From 4381c24a8201fd8be2ae0606701048c41be69243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Geel=20Weirs=C3=B8e?= Date: Tue, 15 Sep 2020 14:44:32 +0200 Subject: [PATCH] removes debug print --- pi3/smart_workspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi3/smart_workspace.py b/pi3/smart_workspace.py index 998c547..ccaef06 100644 --- a/pi3/smart_workspace.py +++ b/pi3/smart_workspace.py @@ -104,7 +104,7 @@ def main(): help="if present, moves the current active window to target workspace") shift_group.add_argument('-k', '--keep-with-it', action='store_true', help='if present, moves with the ') - pprint.pprint(parser.parse_args().__dict__) + # pprint.pprint(parser.parse_args().__dict__) WorkSpacer(parser.parse_args()).run()