removal of debug cruft bug 146474 r=karnaze sr=attinasi

git-svn-id: svn://10.0.0.236/trunk@122269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bernd.mielke%snafu.de
2002-05-29 18:55:34 +00:00
parent aa2473dda9
commit 886ec4bd2d
8 changed files with 12 additions and 240 deletions

View File

@@ -154,9 +154,6 @@ PRBool BasicTableLayoutStrategy::Initialize(nsIPresContext* aPresContex
#ifdef DEBUG_TABLE_REFLOW_TIMING
nsTableFrame::DebugTimeMethod(nsTableFrame::eInit, *mTableFrame, (nsHTMLReflowState&)aReflowState, PR_FALSE);
#endif
#ifdef DEBUG_TABLE_REFLOW
printf("Initialized min=%d des=%d pref=%d\n", minWidth, desWidth, prefWidth);
#endif
return result;
}