diff --git a/run_openlp.py b/run_openlp.py index 89f89db61..ec97ca457 100755 --- a/run_openlp.py +++ b/run_openlp.py @@ -46,7 +46,6 @@ def start(): """ Instantiate and run the application. """ - faulthandler.enable() set_up_fault_handling() # Add support for using multiprocessing from frozen Windows executable (built using PyInstaller), # see https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support