mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 428903 There are debug information printed in release build. (nsThebesDeviceContext.cpp). vladimir: review+ vladimir: superreview+ beltzner: approval1.9+
This commit is contained in:
parent
c5b8b76aa1
commit
2f610dc9f0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user