Remove a debug statement

This commit is contained in:
Oliver Walters 2020-10-04 23:49:01 +11:00
parent 852da6d696
commit 3fe0886207

View File

@ -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)