From 0f72cc93545c82a91820d9ca74f5f3346a7305ae Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Tue, 24 Nov 1998 20:40:43 +0000 Subject: [PATCH] removed debug output git-svn-id: svn://10.0.0.236/trunk@15262 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp | 2 -- mozilla/layout/tables/nsTableRowGroupFrame.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp b/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp index 3e79f5a337e..c176d7d38c2 100644 --- a/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp +++ b/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp @@ -609,7 +609,6 @@ void nsTableRowGroupFrame::CalculateRowHeights(nsIPresContext& aPresContext, nsHTMLReflowMetrics& aDesiredSize, const nsHTMLReflowState& aReflowState) { - gsDebug=PR_TRUE; if (gsDebug) printf("TRGF CalculateRowHeights begin\n"); // iterate children and for each row get its height PRBool atLeastOneRowSpanningCell = PR_FALSE; @@ -797,7 +796,6 @@ void nsTableRowGroupFrame::CalculateRowHeights(nsIPresContext& aPresContext, // cleanup delete []rowHeights; - gsDebug=PR_FALSE; } nsresult nsTableRowGroupFrame::AdjustSiblingsAfterReflow(nsIPresContext& aPresContext, diff --git a/mozilla/layout/tables/nsTableRowGroupFrame.cpp b/mozilla/layout/tables/nsTableRowGroupFrame.cpp index 3e79f5a337e..c176d7d38c2 100644 --- a/mozilla/layout/tables/nsTableRowGroupFrame.cpp +++ b/mozilla/layout/tables/nsTableRowGroupFrame.cpp @@ -609,7 +609,6 @@ void nsTableRowGroupFrame::CalculateRowHeights(nsIPresContext& aPresContext, nsHTMLReflowMetrics& aDesiredSize, const nsHTMLReflowState& aReflowState) { - gsDebug=PR_TRUE; if (gsDebug) printf("TRGF CalculateRowHeights begin\n"); // iterate children and for each row get its height PRBool atLeastOneRowSpanningCell = PR_FALSE; @@ -797,7 +796,6 @@ void nsTableRowGroupFrame::CalculateRowHeights(nsIPresContext& aPresContext, // cleanup delete []rowHeights; - gsDebug=PR_FALSE; } nsresult nsTableRowGroupFrame::AdjustSiblingsAfterReflow(nsIPresContext& aPresContext,