mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 18:15:40 +00:00
Remove a debug statement
This commit is contained in:
@ -319,8 +319,6 @@ class InstallStockForm(HelperForm):
|
||||
|
||||
data = super().clean()
|
||||
|
||||
print("Data:", data)
|
||||
|
||||
stock_item = data.get('stock_item', None)
|
||||
quantity = data.get('quantity_to_install', None)
|
||||
|
||||
|
Reference in New Issue
Block a user