From 4f1629ad859f74144d79974eb81867c6324e0894 Mon Sep 17 00:00:00 2001 From: "yusukes@google.com" Date: Wed, 7 Jul 2010 04:18:27 +0000 Subject: Remove logging in SetImeConfig(). The LOG() is too verbose now since it is ensured that the call succeeds. BUG=none TEST=none Review URL: http://codereview.chromium.org/2803038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51689 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/cros/input_method_library.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/browser/chromeos') diff --git a/chrome/browser/chromeos/cros/input_method_library.cc b/chrome/browser/chromeos/cros/input_method_library.cc index de6a408..1b3cb9b 100644 --- a/chrome/browser/chromeos/cros/input_method_library.cc +++ b/chrome/browser/chromeos/cros/input_method_library.cc @@ -151,8 +151,6 @@ bool InputMethodLibraryImpl::SetImeConfig( void InputMethodLibraryImpl::FlushImeConfig() { bool active_input_methods_are_changed = false; if (EnsureLoadedAndStarted()) { - LOG(INFO) << "Sending " << pending_config_requests_.size() - << " set config command(s)"; InputMethodConfigRequests::iterator iter = pending_config_requests_.begin(); while (iter != pending_config_requests_.end()) { const std::string& section = iter->first.first; -- cgit v1.1