mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Remove #ifdef DEBUG pref that isn't read in debug builds (see bug 383365 comment 2)
This commit is contained in:
parent
f64b334504
commit
3f33c3cfe4
@ -280,7 +280,6 @@ pref("dom.disable_open_during_load", true);
|
||||
#ifdef DEBUG
|
||||
pref("javascript.options.showInConsole", true);
|
||||
pref("javascript.options.strict", true);
|
||||
pref("browser.dom.window.dump.enabled", true);
|
||||
pref("general.warnOnAboutConfig", false);
|
||||
#else
|
||||
pref("javascript.options.showInConsole", false);
|
||||
|
Loading…
Reference in New Issue
Block a user