Commit 72bd19d8 authored by Guillaume Seguin's avatar Guillaume Seguin

Remove debug output

parent 0920bc6e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment