diff --git a/js/iD/ui/StepPane.js b/js/iD/ui/StepPane.js index 77ed2e3c7..3c27d596b 100644 --- a/js/iD/ui/StepPane.js +++ b/js/iD/ui/StepPane.js @@ -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.