From 93889a80550a0638b17e0e6dd47e149542a32878 Mon Sep 17 00:00:00 2001 From: Blair McBride Date: Fri, 5 Feb 2016 14:49:03 +1300 Subject: [PATCH] Bug 1235056 - Remove temporarily enabled extra logging in browser_pluginCrashCommentAndURL.js r=mossop --HG-- extra : rebase_source : e71f0e70603f16cbaeb72c0a84919fd888e55474 --- .../content/test/plugins/browser_pluginCrashCommentAndURL.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/base/content/test/plugins/browser_pluginCrashCommentAndURL.js b/browser/base/content/test/plugins/browser_pluginCrashCommentAndURL.js index b6b98a8722de..bd7d15f5649d 100644 --- a/browser/base/content/test/plugins/browser_pluginCrashCommentAndURL.js +++ b/browser/base/content/test/plugins/browser_pluginCrashCommentAndURL.js @@ -7,9 +7,6 @@ var gTestBrowser = null; var config = {}; add_task(function* () { - Services.prefs.setIntPref("media.gmp.log.level", 0); - Services.prefs.setBoolPref("extensions.logging.enabled", true); - // The test harness sets MOZ_CRASHREPORTER_NO_REPORT, which disables plugin // crash reports. This test needs them enabled. The test also needs a mock // report server, and fortunately one is already set up by toolkit/ @@ -29,8 +26,6 @@ add_task(function* () { Services.prefs.setIntPref("dom.ipc.plugins.timeoutSecs", 0); registerCleanupFunction(Task.async(function*() { - Services.prefs.clearUserPref("extensions.logging.enabled"); - Services.prefs.clearUserPref("media.gmp.log.level"); Services.prefs.clearUserPref("dom.ipc.plugins.timeoutSecs"); env.set("MOZ_CRASHREPORTER_NO_REPORT", noReport); env.set("MOZ_CRASHREPORTER_URL", serverUrl);