diff options
-rw-r--r-- | pybcdd.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ def main(): print('Following ERRORs occured:') for error in errors: print(error) - input('Press any key to continue...') if __name__ == '__main__': main() |