keybinding: Remove left-over debug messages (#213)
This commit is contained in:
parent
3c6e384a1d
commit
33865c4dc9
@ -114,8 +114,6 @@ class GlobalKeyBinding(GObject.GObject, threading.Thread):
|
|||||||
if window is None:
|
if window is None:
|
||||||
self.window = self.screen.root
|
self.window = self.screen.root
|
||||||
else:
|
else:
|
||||||
print("set_focus_window")
|
|
||||||
print("xid:", window.get_xid())
|
|
||||||
self.window = self.display.create_resource_object("window", window.get_xid())
|
self.window = self.display.create_resource_object("window", window.get_xid())
|
||||||
self.grab(self.keytext)
|
self.grab(self.keytext)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user