mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove a debug statement
This commit is contained in:
parent
852da6d696
commit
3fe0886207
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user