mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
remove debug logging
This commit is contained in:
parent
781be527ce
commit
a009b4cb6d
1 changed files with 0 additions and 2 deletions
|
@ -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'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue