From ae1220b970d70d1e2ce039bd667345904056b0b2 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 4 May 2020 10:04:50 +0200 Subject: [PATCH] remove debug --- src/public/app/widgets/note_tree.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/public/app/widgets/note_tree.js b/src/public/app/widgets/note_tree.js index f99a0b2d1..962880aa8 100644 --- a/src/public/app/widgets/note_tree.js +++ b/src/public/app/widgets/note_tree.js @@ -514,15 +514,6 @@ export default class NoteTreeWidget extends TabAwareWidget { return; } - if (parentNote.title === 'Siemens M55') { - console.log("this.hideIncludedImages", this.hideIncludedImages); - console.log("this.hideIncludedImages", this.hideIncludedImages); - console.log("parentNote.getRelations('imageLink')", parentNote.getRelations('imageLink')); - console.log("parentNote.getRelations('imageLink')", parentNote.getRelations('imageLink')); - const imageLinks = parentNote.getRelations('imageLink'); - console.log("childBranches.filter(branch => !imageLinks.find(rel => rel.value === branch.noteId))", childBranches.filter(branch => !imageLinks.find(rel => rel.value === branch.noteId))); - } - if (this.hideIncludedImages) { const imageLinks = parentNote.getRelations('imageLink');