From e4af137c440016dc16897cd76d06b6b3579f29a4 Mon Sep 17 00:00:00 2001 From: Jakob Schlanstedt Date: Wed, 22 Oct 2025 16:39:14 +0200 Subject: [PATCH] docs: remove comments duplicating code --- apps/client/src/services/note_autocomplete.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/client/src/services/note_autocomplete.ts b/apps/client/src/services/note_autocomplete.ts index cc6d8f02c..e959bc6ad 100644 --- a/apps/client/src/services/note_autocomplete.ts +++ b/apps/client/src/services/note_autocomplete.ts @@ -500,7 +500,6 @@ function initNoteAutocomplete($el: JQuery, options?: Options) { break; } - // --- CREATE AND LINK NOTE INTO INBOX --- case SuggestionAction.CreateAndLinkNoteIntoInbox: { const { note } = await noteCreateService.createNote( { @@ -521,7 +520,6 @@ function initNoteAutocomplete($el: JQuery, options?: Options) { break; } - // --- CREATE NOTE INTO PATH --- case SuggestionAction.CreateNoteIntoPath: { const { note } = await noteCreateService.createNote( { @@ -543,7 +541,6 @@ function initNoteAutocomplete($el: JQuery, options?: Options) { break; } - // --- CREATE AND LINK NOTE INTO PATH --- case SuggestionAction.CreateAndLinkNoteIntoPath: { const { note } = await noteCreateService.createNote( {