Remove kill shutdown hack

This commit is contained in:
Ole André Vadla Ravnås
2015-06-04 14:57:42 +02:00
parent a7144501a5
commit 165ecf486e
-2
View File
@@ -129,8 +129,6 @@ class ConsoleApplication(object):
if self._device is not None:
self._device.off('lost', self._schedule_on_device_lost)
mgr.off('changed', on_devices_changed)
# FIXME:
os.system('kill {}'.format(os.getpid()))
frida.shutdown()
sys.exit(self._exit_status)