2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Removed debug output

This commit is contained in:
Oliver Walters 2017-03-27 21:55:34 +11:00
parent 8e3672f3a1
commit ffcd56d5ba

View File

@ -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)