X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cce66352fc23859e991c2e7658dbf1cdf8c4183..a95f37bc57cd0318ee2ae5cc94ac447cce47a5cf:/src/common/ustring.cpp diff --git a/src/common/ustring.cpp b/src/common/ustring.cpp index 9a6897122a..f198c386ea 100644 --- a/src/common/ustring.cpp +++ b/src/common/ustring.cpp @@ -488,9 +488,6 @@ wxCharBuffer wxUString::utf8_str() const } } - wxPrintf( "utf8_str %s len %d\n", result, wxStrlen( result.data() ) ); - wxPrintf( "utf8_str %s len %d\n", result, wxStrlen( result.data() ) ); - return result; }