and there, the usual forgotten debug stuff...\n

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24097 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-02-24 16:00:43 +00:00
parent 3429c09099
commit ca6fdaaab1
1 changed files with 0 additions and 3 deletions

View File

@ -102,8 +102,6 @@ _BWidthBuffer_::StringWidth(const char *inText, int32 fromOffset, int32 length,
sourceText += charLen) {
charLen = UTF8NextCharLen(sourceText);
printf("charlen: %ld\n", charLen);
// End of string, bail out
if (charLen <= 0)
break;
@ -296,7 +294,6 @@ _BWidthBuffer_::HashEscapements(const char *inText, int32 numChars, int32 textLe
// Insert the escapements into the hash table
do {
const int32 charLen = UTF8NextCharLen(text);
printf("charlen: %ld\n", charLen);
if (charLen == 0)
break;