diff --git a/bin/mkchromecast b/bin/mkchromecast index 2801a8f2..7e2a7758 100755 --- a/bin/mkchromecast +++ b/bin/mkchromecast @@ -276,12 +276,6 @@ class CastProcess(object): print('') print(colors.error('Ctrl-C to kill the Application at any Time')) print('') - # TODO(xsdg): atexit is incorrect here. The signal handlers should - # directly call terminate_app. - #signal.signal(signal.SIGINT, - # lambda *_: atexit.register(self.terminate_app())) - #signal.signal(signal.SIGTERM, - # lambda *_: atexit.register(self.terminate_app())) signal.pause() except KeyboardInterrupt: