mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
turning off debug
This commit is contained in:
parent
68c81b3d23
commit
4f54ff6d69
@ -41,8 +41,8 @@
|
||||
#include "nsIPresShell.h"
|
||||
|
||||
// Some Misc #defines
|
||||
#define DO_SELECTION 1
|
||||
#define SELECTION_DEBUG 1
|
||||
#define DO_SELECTION 0
|
||||
#define SELECTION_DEBUG 0
|
||||
#define FORCE_SELECTION_UPDATE 1
|
||||
#define TRACKER_DEBUG 0
|
||||
#define CALC_DEBUG 0
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "nsSelectionRange.h"
|
||||
|
||||
#define CALC_DEBUG 0
|
||||
#define DO_SELECTION 0
|
||||
//#define DO_SELECTION 0
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user