X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e729cbe15997180987992097e6d78c6b8de2b25..f35719ef1d3b34fb42ebfab33944ea9cdc4413eb:/samples/html/test/test.cpp diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index faaf91d0f9..8b09f06aaa 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -75,7 +75,6 @@ class BoldProcessor : public wxHtmlProcessor r.Replace(wxT(""), wxEmptyString); r.Replace(wxT(""), wxEmptyString); r.Replace(wxT(""), wxEmptyString); - printf("called\n"); return r; } }; @@ -229,5 +228,4 @@ void MyFrame::OnProcessor(wxCommandEvent& WXUNUSED(event)) { m_Processor->Enable(!m_Processor->IsEnabled()); m_Html->LoadPage(m_Html->GetOpenedPage()); - printf("%i\n", m_Processor->IsEnabled()); }