Skip to content

Commit 013b669

Browse files
committed
rm console
1 parent 411fa55 commit 013b669

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ class Editor extends React.Component {
194194
});
195195

196196
this._cm.on('keydown', (_cm, e) => {
197-
console.log(e);
198197
if (
199198
((metaKey === 'Cmd' && e.metaKey) ||
200199
(metaKey === 'Ctrl' && e.ctrlKey)) &&

0 commit comments

Comments
 (0)