diff --git a/src/share/shaca/entities/note.js b/src/share/shaca/entities/note.js index ac7377f88..220eceaa3 100644 --- a/src/share/shaca/entities/note.js +++ b/src/share/shaca/entities/note.js @@ -59,8 +59,6 @@ class Note extends AbstractEntity { } getVisibleChildNotes() { - console.log(this.children.filter(childNote => !childNote.hasLabel('shareHiddenFromTree'))); - return this.children.filter(childNote => !childNote.hasLabel('shareHiddenFromTree')); }