diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 1686933bb..364ed424a 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -85,7 +85,6 @@ const Editor = createClass({ }, handleControlKeys : function(e){ - console.log(e); if(!(e.ctrlKey && e.metaKey)) return; const LEFTARROW_KEY = 37; const RIGHTARROW_KEY = 39;