From f81b8eae874337dfed4d85c1ed378241d4225a97 Mon Sep 17 00:00:00 2001 From: Sigma Dimensions <79010126+myoualid@users.noreply.github.com> Date: Sun, 21 May 2023 12:45:28 +0100 Subject: [PATCH] remove annoying print statement --- src/ifcopenshell-python/ifcopenshell/util/date.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/date.py b/src/ifcopenshell-python/ifcopenshell/util/date.py index d99e23f632..8f7c45c054 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/date.py +++ b/src/ifcopenshell-python/ifcopenshell/util/date.py @@ -186,7 +186,6 @@ def string_to_duration(duration_string): def parse_duration(value): - print("parsing duration", value) if not value: return None if isinstance(value, str):