2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Remove old debug messages

This commit is contained in:
Oliver Walters
2019-07-11 12:56:10 +10:00
parent 377b2f94ce
commit 23d19d6784
3 changed files with 1 additions and 6 deletions

View File

@ -147,8 +147,6 @@ class StockItem(models.Model):
- Quantity must be 1 if the StockItem has a serial number
"""
print("Trying to clean the StockItem")
# The 'supplier_part' field must point to the same part!
try:
if self.supplier_part is not None: