removing debug print from previous commit

This commit is contained in:
Benoit DAMAY
2024-03-12 10:01:58 +01:00
parent df478f6ed7
commit 3f4a7e6097
-1
View File
@@ -100,7 +100,6 @@ def write(output: Union[ifcopenshell.file, str], filepath: str) -> None:
return
elif isinstance(output, str):
if os.path.exists(output):
print('DEBUG shutil')
shutil.move(output, filepath)
else:
with open(filepath, "w") as text_file: