From ded86ab8376dde41f28d9c3cae258e8506376109 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Fri, 17 Apr 2009 14:01:04 +0000 Subject: [PATCH] Removing console.log --- www/extras/wobject/Survey/editsurvey.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/extras/wobject/Survey/editsurvey.js b/www/extras/wobject/Survey/editsurvey.js index a29ef9cb0..552fbad7f 100644 --- a/www/extras/wobject/Survey/editsurvey.js +++ b/www/extras/wobject/Survey/editsurvey.js @@ -87,8 +87,6 @@ Survey.Data = (function(){ // Calculate the bottom of the viewport (with a little padding) var viewPortBottom = YAHOO.util.Dom.getViewportHeight() - 10; - console.log(warningsBottom, viewPortBottom); - // Panel has height from bottom of warnings div to bottom of viewport, // but no smaller than 400 var panelHeight = viewPortBottom - warningsBottom;