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