turning off debug

This commit is contained in:
rods%netscape.com 1998-07-22 22:01:46 +00:00
parent 68c81b3d23
commit 4f54ff6d69
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -46,7 +46,7 @@
#include "nsSelectionRange.h"
#define CALC_DEBUG 0
#define DO_SELECTION 0
//#define DO_SELECTION 0