Bug 428903 There are debug information printed in release build. (nsThebesDeviceContext.cpp). vladimir: review+ vladimir: superreview+ beltzner: approval1.9+

This commit is contained in:
leon.sha@sun.com 2008-04-15 20:27:03 -07:00
parent c5b8b76aa1
commit 2f610dc9f0

View File

@ -760,8 +760,6 @@ nsThebesDeviceContext::CalcPrintingSize()
if (inPoints) {
mWidth = NSToCoordRound(float(size.width) * AppUnitsPerInch() / 72);
mHeight = NSToCoordRound(float(size.height) * AppUnitsPerInch() / 72);
printf("%f %f\n", size.width, size.height);
printf("%d %d\n", (PRInt32)mWidth, (PRInt32)mHeight);
} else {
mWidth = NSToIntRound(size.width);
mHeight = NSToIntRound(size.height);