From 63b6c7d4600328fab146699f75ca1a636da72f39 Mon Sep 17 00:00:00 2001 From: gm10 <13855078+gm10@users.noreply.github.com> Date: Mon, 11 Feb 2019 21:51:41 +0100 Subject: [PATCH] keybinding: Remove left-over debug messages --- 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)