mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
chore(client): remove unnecessary logs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user