keybinding: Remove left-over debug messages (#213)

This commit is contained in:
gm10 2019-02-12 14:10:58 +01:00 committed by Clement Lefebvre
parent 3c6e384a1d
commit 33865c4dc9

View File

@ -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)