mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 10:50:35 +00:00
Turned off debug message that was outputing to the console
This commit is contained in:
parent
f7657749c8
commit
3cca5e2907
@ -27,7 +27,7 @@ static PRBool getRangeFromFrame(nsIFrame *aFrame, nsIDOMRange *aRange, PRInt32
|
||||
static void printRange(nsIDOMRange *aDomRange);
|
||||
static nsIFrame *findFrameFromContent(nsIFrame *aParent, nsIContent *aContent, PRBool aTurnOff);
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_OUT_RANGE(x) printRange(x)
|
||||
#else
|
||||
#define DEBUG_OUT_RANGE(x)
|
||||
|
Loading…
Reference in New Issue
Block a user