summaryrefslogtreecommitdiff
path: root/js/tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tool.js')
-rw-r--r--js/tool.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tool.js b/js/tool.js
index c3fc67c..b1a52f0 100644
--- a/js/tool.js
+++ b/js/tool.js
@@ -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(){