turned off noisy debug flag.

This commit is contained in:
buster%netscape.com 1999-04-16 17:31:39 +00:00
parent 3446a8d3d8
commit 43c65e9468
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ NS_DEF_PTR(nsIStyleContext);
#ifdef NS_DEBUG
static PRBool gsDebug = PR_TRUE;
static PRBool gsDebug = PR_FALSE;
static PRBool gsDebugNT = PR_FALSE;
//#define NOISY_STYLE
//#define NOISY_FLOW

View File

@ -41,7 +41,7 @@ NS_DEF_PTR(nsIStyleContext);
#ifdef NS_DEBUG
static PRBool gsDebug = PR_TRUE;
static PRBool gsDebug = PR_FALSE;
static PRBool gsDebugNT = PR_FALSE;
//#define NOISY_STYLE
//#define NOISY_FLOW