Remove debug output

master
Guillaume Seguin 2013-05-16 16:02:23 +02:00
parent 0920bc6e97
commit 72bd19d8bd
1 changed files with 0 additions and 2 deletions

View File

@ -208,8 +208,6 @@ class gviz(wx.Panel):
newwidth, newheight = [max(1.0, newwidth), max(1.0, newheight)]
newside = min(newwidth, newheight)
zoomratio = float(newside) / oldside
print newwidth, newheight
print zoomratio
self.size = self.GetClientSize()
wx.CallAfter(self.zoom, 0, 0, zoomratio)