mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Removed debug output
This commit is contained in:
parent
8e3672f3a1
commit
ffcd56d5ba
@ -74,7 +74,6 @@ class InvenTreeTree(models.Model):
|
||||
else:
|
||||
kids = self.getUniqueChildren()
|
||||
if val in kids:
|
||||
print("ALREADY A CHILD")
|
||||
return
|
||||
|
||||
super(InvenTreeTree, self).__setattr__(attrname, val)
|
||||
|
Loading…
Reference in New Issue
Block a user