mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1173420 - Turn off experiments logging during testing. r=bsemdberg
Setting 'experiments.logging.level' to trace seems to have been leftover debugging code from bug 989137. Similarly enabling 'experiments.logging.dump' was leftover from debugging bug 995027.
This commit is contained in:
parent
ee87d4e3ac
commit
f0ba075975
@ -60,8 +60,6 @@ user_pref("font.size.inflation.minTwips", 0);
|
||||
|
||||
// AddonManager tests require that the experiments provider be present.
|
||||
user_pref("experiments.supported", true);
|
||||
user_pref("experiments.logging.level", "Trace");
|
||||
user_pref("experiments.logging.dump", true);
|
||||
// Point the manifest at something local so we don't risk it hitting production
|
||||
// data and installing experiments that may vary over time.
|
||||
user_pref("experiments.manifest.uri", "http://%(server)s/experiments-dummy/manifest");
|
||||
|
Loading…
Reference in New Issue
Block a user