Skip to content

Commit 652dc1e

Browse files
Jakob Schlanstedtwerererer
authored andcommitted
docs: remove comments duplicating code
1 parent 30fba8e commit 652dc1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/client/src/services/note_autocomplete.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
500500
break;
501501
}
502502

503-
// --- CREATE AND LINK NOTE INTO INBOX ---
504503
case SuggestionAction.CreateAndLinkNoteIntoInbox: {
505504
const { note } = await noteCreateService.createNote(
506505
{
@@ -521,7 +520,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
521520
break;
522521
}
523522

524-
// --- CREATE NOTE INTO PATH ---
525523
case SuggestionAction.CreateNoteIntoPath: {
526524
const { note } = await noteCreateService.createNote(
527525
{
@@ -543,7 +541,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
543541
break;
544542
}
545543

546-
// --- CREATE AND LINK NOTE INTO PATH ---
547544
case SuggestionAction.CreateAndLinkNoteIntoPath: {
548545
const { note } = await noteCreateService.createNote(
549546
{

0 commit comments

Comments
 (0)