mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1109826 - part 0a - uncomment preprocessing directives in ImportExport.jsm; r=fabrice
Apparently, these directives should have been uncommented prior to landing.
This commit is contained in:
parent
2a6c9a1630
commit
bde61135d5
@ -38,9 +38,9 @@ const PR_CREATE_FILE = 0x08;
|
||||
const PR_TRUNCATE = 0x20;
|
||||
|
||||
function debug(aMsg) {
|
||||
//#ifdef DEBUG
|
||||
#ifdef DEBUG
|
||||
dump("-*- ImportExport.jsm : " + aMsg + "\n");
|
||||
//#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user