From: Václav Slavík Date: Sun, 20 Jan 2002 11:27:48 +0000 (+0000) Subject: removed tracing from html sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1914413921813be68618e535870ec5471f43832c?hp=349d19426cbefdff882fe5969e225ef01584b6f5 removed tracing from html sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index f2e0692957..4519cfe898 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -131,7 +131,6 @@ class BoldProcessor : public wxHtmlProcessor // `Main program' equivalent: the program execution "starts" here bool MyApp::OnInit() { - wxLog::AddTraceMask(wxT("strconv")); #if wxUSE_SYSTEM_OPTIONS wxSystemOptions::SetOption(wxT("no-maskblt"), 1); #endif