Skip to content

Commit 5941b0e

Browse files
chore: remove stale TODO in list_note builder
The TODO was already answered by its own UPDATE comment; collapse both into a single explanatory comment.
1 parent bf4f607 commit 5941b0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/graph/builders/explicit/list_note.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ const get_list_note_info = (
6161
}
6262
}
6363

64-
// TODO: Doesn't this just do what BC-ignore-out-edges does?
65-
// UPDATE: No, list-note-exclude-index ignores-out-edges, but _only for list-notes_
64+
// list-note-exclude-index ignores out-edges, but _only for list-notes_
6665
const exclude_index = Boolean(
6766
metadata[META_ALIAS["list-note-exclude-index"]],
6867
);

0 commit comments

Comments
 (0)