From: Robin Dunn Date: Fri, 13 Oct 2006 19:32:15 +0000 (+0000) Subject: comment out prints X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b7dd8ad1b4ed36fa3422477cea407e38e9c4d841?ds=inline comment out prints git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/Treebook.py b/wxPython/demo/Treebook.py index 7657f94803..ec3b1d1020 100644 --- a/wxPython/demo/Treebook.py +++ b/wxPython/demo/Treebook.py @@ -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):