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"]