Left some debug print statements in when committing something else

This commit is contained in:
Stephen Boddy 2017-02-01 07:25:49 +01:00
parent 2bc60843b1
commit 1f2ec6df18
1 changed files with 0 additions and 3 deletions

View File

@ -310,9 +310,6 @@ class Window(Container, Gtk.Window):
t = GdkX11.x11_get_server_time(self.window)
except AttributeError:
t = 0
print t
print self
print self.window
self.window.focus(t)
else:
self.position = self.get_position()