summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 16:44:25 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 16:44:25 +0000
commit8c89e8ffea727bfa78c39894c95a7e0aba3e35cc (patch)
treecc903334b9658a793c6eb0a98ca5595ac7245b12 /webkit/glue
parentd5078dcbb7a8403c50995c1c486546cd3103dbdd (diff)
downloadchromium_src-8c89e8ffea727bfa78c39894c95a7e0aba3e35cc.zip
chromium_src-8c89e8ffea727bfa78c39894c95a7e0aba3e35cc.tar.gz
chromium_src-8c89e8ffea727bfa78c39894c95a7e0aba3e35cc.tar.bz2
Remove accidentally-committed test logging
TBR=avi BUG=none TEST=none Review URL: http://codereview.chromium.org/1921002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/plugins/webplugin_delegate_impl_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl_mac.mm b/webkit/glue/plugins/webplugin_delegate_impl_mac.mm
index c5ec61d..3d5f71a 100644
--- a/webkit/glue/plugins/webplugin_delegate_impl_mac.mm
+++ b/webkit/glue/plugins/webplugin_delegate_impl_mac.mm
@@ -665,7 +665,6 @@ void WebPluginDelegateImpl::WindowlessUpdateGeometry(
// In a QuickDraw plugin, a geometry update might have caused a port change;
// if so, we need to call SetWindow even if nothing else changed.
if (qd_manager_.get() && (qd_port_.port != qd_manager_->port())) {
- LOG(ERROR) << "Saving the day";
qd_port_.port = qd_manager_->port();
force_set_window = true;
}