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;