From 31a12faef1e822ebc01f05b4e895022674841ca2 Mon Sep 17 00:00:00 2001 From: "Sigma Dimensions (Yass)" <79010126+myoualid@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:18:48 +0100 Subject: [PATCH] woopsies --- .../ifcopenshell/api/cost/assign_cost_item_quantity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/cost/assign_cost_item_quantity.py b/src/ifcopenshell-python/ifcopenshell/api/cost/assign_cost_item_quantity.py index 71b4cf61f2..b09e7f07fa 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/cost/assign_cost_item_quantity.py +++ b/src/ifcopenshell-python/ifcopenshell/api/cost/assign_cost_item_quantity.py @@ -86,7 +86,6 @@ class Usecase: def execute(self): if self.settings["prop_name"]: self.quantities = set(self.settings["cost_item"].CostQuantities or []) - print(self.settings["cost_item"].CostQuantities) for product in self.settings["products"]: self.assign_cost_control( related_object=product, cost_item=self.settings["cost_item"]