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:
Nathan Froyd 2014-12-10 14:50:27 -05:00
parent 2a6c9a1630
commit bde61135d5

View File

@ -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
}
/*