From 5c932f44e696eb6d86b55842f7aa6a97bc2d3414 Mon Sep 17 00:00:00 2001 From: d42 Date: Tue, 6 Aug 2019 15:09:33 +0200 Subject: [PATCH] derp --- killusall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/killusall.py b/killusall.py index 0c03a6e..e23683a 100755 --- a/killusall.py +++ b/killusall.py @@ -30,6 +30,5 @@ if __name__ == "__main__": object_path = "/Sessions/{id}".format(id=x) session = session_bus.get_object(KONSOLE_PATH, object_path) foreground_id = session.foregroundProcessId() - import pdb; pdb.set_trace() if is_shell(foreground_id): session.runCommand("\15exit")