]> git.saurik.com Git - wxWidgets.git/commitdiff
removed tracing from html sample
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 20 Jan 2002 11:27:48 +0000 (11:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 20 Jan 2002 11:27:48 +0000 (11:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/test/test.cpp

index f2e0692957b372eec2d81a4ff509053d4819383c..4519cfe8989c9de3c0d7b61c5fc9a5a1b00f2daa 100644 (file)
@@ -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