From 9a65c3929b46b8e39efc324de89a17dce8309ffb Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Sat, 30 Oct 2010 14:01:53 -0700 Subject: [PATCH] Bug 608544 - Don't console-spam a totally expected warning about not getting the pref plugins.unloadASAP which has no default value, r+a=josh --- modules/plugin/base/src/nsPluginHost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/plugin/base/src/nsPluginHost.cpp b/modules/plugin/base/src/nsPluginHost.cpp index 1b220e423b2..473fd512219 100644 --- a/modules/plugin/base/src/nsPluginHost.cpp +++ b/modules/plugin/base/src/nsPluginHost.cpp @@ -315,7 +315,6 @@ static PRBool UnloadPluginsASAP() } } - NS_WARNING("Unable to retrieve pref: plugins.unloadASAP"); return PR_FALSE; }