From 4a679b779fcb00dbb49cda9e6609e43e0c267f00 Mon Sep 17 00:00:00 2001 From: Rick Ogden Date: Mon, 23 Jul 2012 15:14:33 +0100 Subject: [PATCH] removed console.log --- js/iD/ui/StepPane.js | 2 -- 1 file changed, 2 deletions(-) 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.