Remove debugger statement

This commit is contained in:
Thomas Nordquist
2019-04-03 01:32:13 +02:00
parent d3598d8417
commit 5caa3564d1

View File

@@ -128,7 +128,6 @@ export class TreeNode<ViewModel> {
this.onMerge.dispatch() this.onMerge.dispatch()
if (this.isTopicEmptyLeaf()) { if (this.isTopicEmptyLeaf()) {
debugger
this.removeFromParent() this.removeFromParent()
} }
} }