mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 17:20:30 +02:00
removed console.log
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user