зеркало из https://github.com/mozilla/pjs.git
removed debug output
This commit is contained in:
Родитель
d354a17948
Коммит
d6ac391424
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче