removed console.log

This commit is contained in:
Rick Ogden
2012-07-23 15:14:33 +01:00
parent bbd5b44aab
commit 4a679b779f

View File

@@ -89,8 +89,6 @@ declare("iD.ui.StepPane", null, {
// summary: Show the window.
if(dijit.byId(this.divname).domNode.style.visibility == 'hidden')
dijit.byId(this.divname).show();
console.log(dijit.byId(this.divname));
},
hide:function() {
// summary: Hide the window.