]> git.saurik.com Git - wxWidgets.git/commitdiff
comment out prints
authorRobin Dunn <robin@alldunn.com>
Fri, 13 Oct 2006 19:32:15 +0000 (19:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 Oct 2006 19:32:15 +0000 (19:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Treebook.py

index 7657f94803100de3002f9121c030eb214d575fab..ec3b1d1020dcc51942c7e41609843e08854fca77 100644 (file)
@@ -64,10 +64,10 @@ class TestTB(wx.Treebook):
         wx.FutureCall(100, self.AdjustSize)
 
     def AdjustSize(self):
-        print self.GetTreeCtrl().GetBestSize()
+        #print self.GetTreeCtrl().GetBestSize()
         self.GetTreeCtrl().InvalidateBestSize()
         self.SendSizeEvent()
-        print self.GetTreeCtrl().GetBestSize()
+        #print self.GetTreeCtrl().GetBestSize()
         
 
     def makeColorPanel(self, color):