X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/140ba0677858bd41040308633a93a501c844875e..85f138db83939ce7c59a942aaecca7fa98168db3:/src/html/m_layout.cpp diff --git a/src/html/m_layout.cpp b/src/html/m_layout.cpp index 5869781848..1d3c5f675c 100644 --- a/src/html/m_layout.cpp +++ b/src/html/m_layout.cpp @@ -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); } }