diff --git a/InvenTree/stock/forms.py b/InvenTree/stock/forms.py index 2502fc1869..548a03ae90 100644 --- a/InvenTree/stock/forms.py +++ b/InvenTree/stock/forms.py @@ -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)