Removing console.log
This commit is contained in:
parent
b21c5f4389
commit
ded86ab837
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue