Left some debug print statements in when committing something else
This commit is contained in:
parent
2bc60843b1
commit
1f2ec6df18
|
@ -310,9 +310,6 @@ class Window(Container, Gtk.Window):
|
||||||
t = GdkX11.x11_get_server_time(self.window)
|
t = GdkX11.x11_get_server_time(self.window)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
t = 0
|
t = 0
|
||||||
print t
|
|
||||||
print self
|
|
||||||
print self.window
|
|
||||||
self.window.focus(t)
|
self.window.focus(t)
|
||||||
else:
|
else:
|
||||||
self.position = self.get_position()
|
self.position = self.get_position()
|
||||||
|
|
Loading…
Reference in New Issue