remove console.log

This commit is contained in:
zadam 2022-11-08 21:27:49 +01:00
parent 3cb368c4de
commit 68eb04741d

View file

@ -109,8 +109,6 @@ function getLinkMap(req) {
noteIds.add(noteId);
}
console.log(noteIds);
const notes = Array.from(noteIds).map(noteId => {
const note = becca.getNote(noteId);