diff --git a/resources/main.py b/resources/main.py index d888a48a2..c868eea5f 100644 --- a/resources/main.py +++ b/resources/main.py @@ -56,7 +56,6 @@ class OpenCoreLegacyPatcher: # TODO: Support thread exceptions def custom_excepthook(type, value, tb): logging.error("Uncaught exception", exc_info=(type, value, tb)) - traceback.print_exception(type, value, tb) sys.excepthook = custom_excepthook