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:
Axel Dörfler 2005-11-26 23:37:53 +00:00
parent c7b36669c2
commit 05644959e1
1 changed files with 6 additions and 6 deletions

View File

@ -257,7 +257,7 @@ _BWidthBuffer_::GetEscapement(uint32 value, int32 index, float *escapement)
if (found == kInvalidCode)
return false;
PRINT(("Value found with %d iterations\n", iterations));
//PRINT(("Value found with %d iterations\n", iterations));
if (escapement != NULL)
*escapement = widths[hashed].escapement;