From 33865c4dc96f4185b2a70caaea05548183678157 Mon Sep 17 00:00:00 2001 From: gm10 <13855078+gm10@users.noreply.github.com> Date: Tue, 12 Feb 2019 14:10:58 +0100 Subject: [PATCH] keybinding: Remove left-over debug messages (#213) --- usr/lib/linuxmint/mintMenu/keybinding.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/lib/linuxmint/mintMenu/keybinding.py b/usr/lib/linuxmint/mintMenu/keybinding.py index e6ba3bf..0f80731 100644 --- a/usr/lib/linuxmint/mintMenu/keybinding.py +++ b/usr/lib/linuxmint/mintMenu/keybinding.py @@ -114,8 +114,6 @@ class GlobalKeyBinding(GObject.GObject, threading.Thread): if window is None: self.window = self.screen.root else: - print("set_focus_window") - print("xid:", window.get_xid()) self.window = self.display.create_resource_object("window", window.get_xid()) self.grab(self.keytext)