Skip to content

Commit af45a6f

Browse files
chore: remove verbose shortcut console log (#154)
1 parent a94d464 commit af45a6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/shortcut_dialog.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ export class ShortcutDialog {
135135
`;
136136

137137
for (const keyboardShortcut of shortcuts) {
138-
console.log(keyboardShortcut, ShortcutRegistry.registry.getKeyCodesByShortcutName(
139-
keyboardShortcut
140-
));
141138
if (categoryShortcuts.includes(keyboardShortcut)) {
142139
const codeArray =
143140
ShortcutRegistry.registry.getKeyCodesByShortcutName(

0 commit comments

Comments
 (0)