]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed accidentally committed debug code
authorRobert Roebling <robert@roebling.de>
Tue, 3 Feb 2009 08:51:25 +0000 (08:51 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 3 Feb 2009 08:51:25 +0000 (08:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/ustring.cpp

index 9a6897122a6dfeea2c8d7cf94329b1ede2ab3a0c..f198c386eaf66cd0d7b5412f3d298a26700ed23d 100644 (file)
@@ -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;
 }