From 3fe08862071824624d7b69dcaf32f077467e683f Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 4 Oct 2020 23:49:01 +1100 Subject: [PATCH] Remove a debug statement --- InvenTree/stock/forms.py | 2 -- 1 file changed, 2 deletions(-) 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)