mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
remove annoying print statement
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user