mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
turned off noisy debug flag.
This commit is contained in:
parent
3446a8d3d8
commit
43c65e9468
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user