Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
  • Loading branch information
mherwege committed Jan 13, 2025
1 parent b9c0dae commit 2f15675
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export default {
return !this.moveState.cancelled && this.moveState.dragEnd && this.moveState.dragFinished && !this.moveState.canAdd && !this.moveState.canRemove && !this.moveState.saving
},
canHaveChildren () {
console.debug("Node children:", cloneDeep(this.children))
console.debug("Node children length:", this.children.length)
console.debug("Can have children: ", (this.children.length > 0 || this.moveState.moving) === true)
return ((this.model.item.type === 'Group') && (this.children.length > 0 || this.moveState.moving) === true)
}
},
Expand Down

0 comments on commit 2f15675

Please sign in to comment.