removing debug print from previous commit

This commit is contained in:
Benoit DAMAY
2024-03-12 10:01:58 +01:00
committed by Dion Moult
parent d949180461
commit abeefeeee7
-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: