diff --git a/wxPython/demo/wxListCtrl.py b/wxPython/demo/wxListCtrl.py index 685daac9c1..5dd69f6c5c 100644 --- a/wxPython/demo/wxListCtrl.py +++ b/wxPython/demo/wxListCtrl.py @@ -203,7 +203,7 @@ class TestListCtrlPanel(wxPanel, wxColumnSorterMixin): def OnItemSelected(self, event): - print event.GetItem().GetTextColour() + ##print event.GetItem().GetTextColour() self.currentItem = event.m_itemIndex self.log.WriteText("OnItemSelected: %s, %s, %s, %s\n" % (self.currentItem,