Debug-Prints entfernt

This commit is contained in:
2025-05-28 16:53:02 +02:00
parent 7772981870
commit 2d09cecbc9
+1 -4
View File
@@ -139,9 +139,6 @@ def write_excel_from_json(plines:Polylines, outpath:str):
def check_file_in_work(work_dir, filename):
print("workdir", work_dir)
print("filename:", filename)
fexists = True
if not os.path.exists(filename):
mypath = os.path.join(work_dir, filename)
@@ -203,7 +200,7 @@ if __name__ == '__main__':
print(f"file {json_file} does not exist")
parser.print_help()
exit()
print(json_path)
plines = model_from_json(json_path)