summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 18:49:02 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 18:49:02 +0000
commit0325ef622fe88f58c49fd3137b9660ac0320e229 (patch)
treea503630e4abb3b5ffa71cddbf9332383bf08f7c3 /webkit
parent22b61bab774f40b8388a5e1e5ae0c8b60f34bcc5 (diff)
downloadchromium_src-0325ef622fe88f58c49fd3137b9660ac0320e229.zip
chromium_src-0325ef622fe88f58c49fd3137b9660ac0320e229.tar.gz
chromium_src-0325ef622fe88f58c49fd3137b9660ac0320e229.tar.bz2
plugins: revert the logging statement added in r62783
We now have found the problem, so we don't need this info anymore. BUG=59317 Review URL: http://codereview.chromium.org/3787010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/plugins/plugin_lib_posix.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/plugins/plugin_lib_posix.cc b/webkit/glue/plugins/plugin_lib_posix.cc
index 6ce6529..ac937e1 100644
--- a/webkit/glue/plugins/plugin_lib_posix.cc
+++ b/webkit/glue/plugins/plugin_lib_posix.cc
@@ -151,8 +151,6 @@ bool PluginLib::ReadWebPluginInfo(const FilePath& filename,
return false;
}
- // TODO(thestig) This is for debugging bug 59317. Remove this when done.
- LOG(INFO) << "PluginLib::ReadWebPluginInfo loading " << filename.value();
void* dl = base::LoadNativeLibrary(filename);
if (!dl) {
LOG_IF(ERROR, PluginList::DebugPluginLoading())