diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 04:18:27 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 04:18:27 +0000 |
commit | 4f1629ad859f74144d79974eb81867c6324e0894 (patch) | |
tree | dacc45f20675815b0bac529bd63c5ee291de104f /chrome/browser/chromeos | |
parent | 7071360441609aa3c8d44c1e9018148c3246c7d9 (diff) | |
download | chromium_src-4f1629ad859f74144d79974eb81867c6324e0894.zip chromium_src-4f1629ad859f74144d79974eb81867c6324e0894.tar.gz chromium_src-4f1629ad859f74144d79974eb81867c6324e0894.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/chromeos')
-rw-r--r-- | chrome/browser/chromeos/cros/input_method_library.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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; |