mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
remove console.log
This commit is contained in:
parent
3cb368c4de
commit
68eb04741d
@ -109,8 +109,6 @@ function getLinkMap(req) {
|
|||||||
noteIds.add(noteId);
|
noteIds.add(noteId);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(noteIds);
|
|
||||||
|
|
||||||
const notes = Array.from(noteIds).map(noteId => {
|
const notes = Array.from(noteIds).map(noteId => {
|
||||||
const note = becca.getNote(noteId);
|
const note = becca.getNote(noteId);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user