chore(client): remove unnecessary log

This commit is contained in:
Elian Doran 2025-07-28 21:18:06 +03:00
parent 9d03d52f28
commit 138611beaf
No known key found for this signature in database

View File

@ -179,7 +179,6 @@ export default class JumpToNoteDialog extends BasicWidget {
// If we restored a command mode value, manually trigger command display // If we restored a command mode value, manually trigger command display
if (this.isCommandMode) { 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 // Clear the value first, then set it to ">" to trigger a proper change
this.$autoComplete.autocomplete("val", ""); this.$autoComplete.autocomplete("val", "");
noteAutocompleteService.showAllCommands(this.$autoComplete); noteAutocompleteService.showAllCommands(this.$autoComplete);