From 41436a6d214e14f2a920c7827c7c74aee4a0d6fb Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Thu, 19 Mar 2009 16:00:05 +0000 Subject: [PATCH] removed traces --- www/extras/wobject/Survey/administersurvey.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/extras/wobject/Survey/administersurvey.js b/www/extras/wobject/Survey/administersurvey.js index 376bd4175..61d707f3e 100644 --- a/www/extras/wobject/Survey/administersurvey.js +++ b/www/extras/wobject/Survey/administersurvey.js @@ -45,10 +45,8 @@ if (typeof Survey === "undefined") { function formsubmit(event){ var submit = 1;//boolean for if all was good or not for (var i in toValidate) { -console.log(toValidate); if (YAHOO.lang.hasOwnProperty(toValidate, i)) { var answered = 0; -console.log(toValidate[i].type); if (toValidate[i].type === 'Multi Slider - Allocate') { var total = 0; for (var z in toValidate[i].answers) {