diff options
| author | timb <opuscule@gmail.com> | 2015-07-13 06:01:03 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-07-13 06:01:03 -0700 |
| commit | 31681feba8709707c1042e925399c1530be00c65 (patch) | |
| tree | dd5bfbfc7b587bdbfd92392ba6f7e029a1d93a94 /js/tool.js | |
| parent | bc2051bf95ce1a23c23ace5a1e8347503cf92998 (diff) | |
rm console.logging
Diffstat (limited to 'js/tool.js')
| -rw-r--r-- | js/tool.js | 1 |
1 files changed, 0 insertions, 1 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(){ |
