]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_layout.cpp
wx-config symlink creation fix
[wxWidgets.git] / src / html / m_layout.cpp
index 58697818484545be74d73ece4cf0c65003adc6bb..1d3c5f675c42412d6335cb60943dc57fc47f4f2c 100644 (file)
@@ -300,12 +300,9 @@ TAG_HANDLER_BEGIN(TITLE, "TITLE")
                                         tag.GetEndPos1()-tag.GetBeginPos());
 #if !wxUSE_UNICODE
                 wxCSConv conv(m_WParser->GetInputEncoding());
-                printf("'%s'\n", title.c_str());
                 title = wxString(title.wc_str(conv), wxConvLocal);
-                printf("'%s'\n", title.c_str());
 #endif
                 title = m_WParser->GetEntitiesParser()->Parse(title);
-                printf("'%s'\n", title.c_str());
                 wfr->OnSetTitle(title);
             }
         }