0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Remove stray console.log

This commit is contained in:
David Bolack
2024-08-28 20:54:50 -05:00
parent 132a7d1f53
commit bda8be6ec1

View File

@@ -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;