#ifdef out a printf. r=none

git-svn-id: svn://10.0.0.236/trunk@55562 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-12-07 07:38:16 +00:00
parent cf7c17f944
commit e232c6c064
6 changed files with 12 additions and 0 deletions

View File

@@ -2000,7 +2000,9 @@ nsBlockFrame::PrepareChildIncrementalReflow(nsBlockReflowState& aState)
// XXX Huh, that's not true anymore. We do cache the width component of
// the max-element-size...
if (aState.mComputeMaxElementSize) {
#ifdef DEBUG_troy
printf("BLOCK: marking all child frames dirty...\n");
#endif
return PrepareResizeReflow(aState);
}