removed noisy debug

git-svn-id: svn://10.0.0.236/trunk@334 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster
1998-04-16 22:25:09 +00:00
parent c868a04e01
commit 369b61da86
4 changed files with 8 additions and 6 deletions

View File

@@ -168,8 +168,9 @@ nsIFrame::ReflowStatus nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresCont
const nsSize& aMaxSize,
nsSize* aMaxElementSize)
{
if (PR_TRUE==gsDebug) printf ("***table outer frame reflow \t\t%d\n", this);
if (gsDebug==PR_TRUE)
if (PR_TRUE==gsDebug)
printf ("***table outer frame reflow \t\t%p\n", this);
if (PR_TRUE==gsDebug)
printf("nsTableOuterFrame::ResizeReflow : maxSize=%d,%d\n",
aMaxSize.width, aMaxSize.height);

View File

@@ -27,7 +27,7 @@
#include "nsIView.h"
#ifdef NS_DEBUG
static PRBool gsDebug1 = PR_TRUE;
static PRBool gsDebug1 = PR_FALSE;
static PRBool gsDebug2 = PR_FALSE;
//#define NOISY
//#define NOISY_FLOW

View File

@@ -168,8 +168,9 @@ nsIFrame::ReflowStatus nsTableOuterFrame::ResizeReflow(nsIPresContext* aPresCont
const nsSize& aMaxSize,
nsSize* aMaxElementSize)
{
if (PR_TRUE==gsDebug) printf ("***table outer frame reflow \t\t%d\n", this);
if (gsDebug==PR_TRUE)
if (PR_TRUE==gsDebug)
printf ("***table outer frame reflow \t\t%p\n", this);
if (PR_TRUE==gsDebug)
printf("nsTableOuterFrame::ResizeReflow : maxSize=%d,%d\n",
aMaxSize.width, aMaxSize.height);

View File

@@ -27,7 +27,7 @@
#include "nsIView.h"
#ifdef NS_DEBUG
static PRBool gsDebug1 = PR_TRUE;
static PRBool gsDebug1 = PR_FALSE;
static PRBool gsDebug2 = PR_FALSE;
//#define NOISY
//#define NOISY_FLOW