cleanup: remove overly verbose logging

This commit is contained in:
ehouse 2006-07-28 07:51:49 +00:00
parent 0d57c2c8b2
commit 468a8626bf

View file

@ -187,11 +187,6 @@ measureFace( PalmDrawCtx* dctx, XP_UCHAR face, PalmFontHtInfo* fhi )
fhi->topOffset = top;
fhi->height = bottom - top + 1;
#ifndef XW_TARGET_PNO
/* %c doesn't work with my ARM impl of StrPrintF */
XP_LOGF( "char: %c; top: %d; height: %d",
ch, fhi->topOffset, fhi->height );
#endif
}
BmpDelete( bitmap );
}