diff options
| -rw-r--r-- | js/tool.js | 1 | ||||
| -rw-r--r-- | js/ui/controls.js | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -33,7 +33,6 @@ var FileTool = Tool.extend({ current_filetool = this this.span.classList.add('focused') this.use() - console.log("focus") if (this.name != 'shader' && is_desktop) { cursor_input.focus() } }, blur: function(){ diff --git a/js/ui/controls.js b/js/ui/controls.js index 141bc9a..a0a7268 100644 --- a/js/ui/controls.js +++ b/js/ui/controls.js @@ -131,7 +131,6 @@ var controls = (function(){ } else { shader_rapper.style.display = "none" } - console.log("use", this.active) }, done: function(){ this.use(false) |
