From c68d5f40d5adf4f76bf369d6c8fe70b232607e92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 17 Jul 2004 21:14:59 +0000 Subject: [PATCH] removed accidentally committed debugging code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/m_layout.cpp | 3 --- 1 file changed, 3 deletions(-) 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); } } -- 2.45.2