From 68eb04741dcd166bf0706a413ea679089f553b2a Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 8 Nov 2022 21:27:49 +0100 Subject: [PATCH] remove console.log --- src/routes/api/note_map.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/api/note_map.js b/src/routes/api/note_map.js index 2851d9589..6f5dd38d2 100644 --- a/src/routes/api/note_map.js +++ b/src/routes/api/note_map.js @@ -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);