removed forgotten debugging printf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-07-13 19:14:28 +00:00
parent 02595b2825
commit 6a6fd3e2b7

View File

@ -2480,8 +2480,6 @@ void wxListMainWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
continue;
}
printf("Redrawing line %u\n", line);
GetLine(line)->DrawInReportMode( &dc,
rectLine,
GetLineHighlightRect(line),