mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 11:06:51 +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):
|
def parse_duration(value):
|
||||||
print("parsing duration", value)
|
|
||||||
if not value:
|
if not value:
|
||||||
return None
|
return None
|
||||||
if isinstance(value, str):
|
if isinstance(value, str):
|
||||||
|
|||||||
Reference in New Issue
Block a user