Removing console.log

This commit is contained in:
Kaleb Murphy 2009-04-17 14:01:04 +00:00
parent b21c5f4389
commit ded86ab837

View file

@ -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;