Removed debugging raise statement

This commit is contained in:
Nocturn9x 2022-10-10 10:22:37 +02:00
parent 60df2f059a
commit 55868c450e
1 changed files with 0 additions and 1 deletions

View File

@ -71,5 +71,4 @@ if __name__ == "__main__":
if isinstance(error, KeyboardInterrupt):
logging.info("Ctrl+C detected, exiting")
else:
raise
logging.error(f"Exiting due to a {type(error).__name__}: {error}")