diff --git a/apps/client/src/widgets/dialogs/jump_to_note.ts b/apps/client/src/widgets/dialogs/jump_to_note.ts index f745cdb76..6c9b78d84 100644 --- a/apps/client/src/widgets/dialogs/jump_to_note.ts +++ b/apps/client/src/widgets/dialogs/jump_to_note.ts @@ -179,7 +179,6 @@ export default class JumpToNoteDialog extends BasicWidget { // If we restored a command mode value, manually trigger command display if (this.isCommandMode) { - console.log("DEBUG: Restoring command mode, clearing and showing commands"); // Clear the value first, then set it to ">" to trigger a proper change this.$autoComplete.autocomplete("val", ""); noteAutocompleteService.showAllCommands(this.$autoComplete);