Remove a debug statement
This commit is contained in:
parent
852da6d696
commit
3fe0886207
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue