keybinding: Remove left-over debug messages

This commit is contained in:
gm10 2019-02-11 21:51:41 +01:00
parent 3c6e384a1d
commit 63b6c7d460
No known key found for this signature in database
GPG Key ID: A981D4EA8CF993A9

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)