Skip to content

Commit b1890c8

Browse files
committed
remove leftover console log
1 parent d6ef821 commit b1890c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/components/ConsoleInput.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function ConsoleInput({ theme, fontSize }) {
5454
view.dispatch({
5555
changes: { from: 0, to: view.state.doc.length, insert: '' }
5656
});
57-
console.log('Command history:', commandHistory.current);
5857
commandHistory.current.unshift(value);
5958
commandCursor.current = -1;
6059
return true;

0 commit comments

Comments
 (0)