Commit 440efe9f authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "add debug printout in python code"

This reverts commit b37c6190.
parent b37c6190
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ def main(args):
            f.resolve().absolute()
            for f in cfg.output_path.iterdir()
        ]
        print(file_list)
        if len(file_list) != 0:
            raise ValueError("Output folder is not empty. Please delete or move files and folders.")