mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
remove debug logging
This commit is contained in:
parent
781be527ce
commit
a009b4cb6d
@ -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…
x
Reference in New Issue
Block a user