Skip to content

Commit 298b553

Browse files
author
JelteMX
committed
Update store, tests completed
1 parent d84dab3 commit 298b553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ export class NodeStore {
510510
// When creating the tree, it can be possible to get orphaned children (a node that has a parent id, but parent removed).
511511
// We filter these top level elements from the tree, as they are no longer relevant
512512

513-
this.debug("store: tree: ", filteredTree);
513+
// this.debug("store: tree: ", filteredTree);
514514

515515
return filteredTree;
516516
} catch (error) {

0 commit comments

Comments
 (0)