Remove incorrect faulthandler initialisation

This commit is contained in:
Raoul Snyman 2018-10-26 20:49:34 -07:00
parent 417912aae2
commit fd36a01cd6
1 changed files with 0 additions and 1 deletions

View File

@ -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