diff --git a/gns3server/main.py b/gns3server/main.py index 2cdf3653..e0bf9af2 100644 --- a/gns3server/main.py +++ b/gns3server/main.py @@ -190,8 +190,6 @@ def main(): port = int(server_config["port"]) server = Server.instance(host, port) try: - import faulthandler - faulthandler._sigsegv() server.run() except OSError as e: # This is to ignore OSError: [WinError 0] The operation completed successfully exception on Windows.