Skip to content

Commit 7d5cdb2

Browse files
committed
removed
1 parent 1520d2f commit 7d5cdb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/components/IDEKeyHandlers.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const useIDEKeyHandlers = ({ getContent }) => {
6767
dispatch(setAllAccessibleOutput(false));
6868
},
6969
'ctrl-b': (e) => {
70-
console.log('Ctrl-B Pressed');
7170
e.preventDefault();
7271
dispatch(
7372
// TODO: create actions 'toggleConsole', 'toggleSidebar', etc.

0 commit comments

Comments
 (0)