Commented a very annoying debug message out.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15182 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -257,7 +257,7 @@ _BWidthBuffer_::GetEscapement(uint32 value, int32 index, float *escapement)
|
|||||||
if (found == kInvalidCode)
|
if (found == kInvalidCode)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
PRINT(("Value found with %d iterations\n", iterations));
|
//PRINT(("Value found with %d iterations\n", iterations));
|
||||||
|
|
||||||
if (escapement != NULL)
|
if (escapement != NULL)
|
||||||
*escapement = widths[hashed].escapement;
|
*escapement = widths[hashed].escapement;
|
||||||
|
|||||||
Reference in New Issue
Block a user