Skip to content

Commit

Permalink
chore: remove verbose shortcut console log (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel authored Jan 16, 2025
1 parent a94d464 commit af45a6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/shortcut_dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ export class ShortcutDialog {
`;

for (const keyboardShortcut of shortcuts) {
console.log(keyboardShortcut, ShortcutRegistry.registry.getKeyCodesByShortcutName(
keyboardShortcut
));
if (categoryShortcuts.includes(keyboardShortcut)) {
const codeArray =
ShortcutRegistry.registry.getKeyCodesByShortcutName(
Expand Down

0 comments on commit af45a6f

Please sign in to comment.