chore(client): remove unnecessary logs

This commit is contained in:
Elian Doran
2025-09-14 11:29:19 +03:00
parent d36716bdb6
commit 1de9634c44
3 changed files with 10 additions and 13 deletions

View File

@@ -123,7 +123,6 @@ function useNoteIds(note: FNote | null | undefined, viewType: ViewTypeOptions |
}
async function getNoteIds(note: FNote) {
console.log("Refreshed note IDs");
if (viewType === "list" || viewType === "grid") {
return note.getChildNoteIds();
} else {