From 452d22579a5a7e0e2960065305189385e48bada0 Mon Sep 17 00:00:00 2001 From: eeintech Date: Tue, 12 Jan 2021 13:23:14 -0500 Subject: [PATCH] Removed f-string causing build failure --- InvenTree/stock/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/stock/views.py b/InvenTree/stock/views.py index 0eab69661f..7545109e44 100644 --- a/InvenTree/stock/views.py +++ b/InvenTree/stock/views.py @@ -167,7 +167,6 @@ class StockLocationEdit(AjaxUpdateView): stock_ownership_control = InvenTreeSetting.get_setting('STOCK_OWNERSHIP_CONTROL') if stock_ownership_control: authorized_owners = self.object.owner.get_users() - print(f'{authorized_owners=}') # Update children locations children_locations = self.object.get_children()