summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 21:43:41 +0000
committerlipalani@chromium.org <lipalani@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 21:43:41 +0000
commitec3c6d115fe0654414fa196b435bc05911167b0d (patch)
tree981887f85e7d1176f1be5671d2bd93fae8e67d16 /chrome
parentc03a6e7395d13e54365635c6396362a546b796e1 (diff)
downloadchromium_src-ec3c6d115fe0654414fa196b435bc05911167b0d.zip
chromium_src-ec3c6d115fe0654414fa196b435bc05911167b0d.tar.gz
chromium_src-ec3c6d115fe0654414fa196b435bc05911167b0d.tar.bz2
Remove debug logging.
BUG= TEST= Review URL: http://codereview.chromium.org/6883061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/live_sync/live_sync_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
index c384478..68e8baf 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -8,7 +8,6 @@
#include "base/basictypes.h"
#include "base/command_line.h"
-#include "base/logging.h"
#include "base/message_loop.h"
#include "base/path_service.h"
#include "base/string_util.h"
@@ -109,7 +108,6 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
test_server_handle_(base::kNullProcessHandle) {
InProcessBrowserTest::set_show_window(true);
- logging::SetMinLogLevel(logging::LOG_VERBOSE);
switch (test_type_) {
case SINGLE_CLIENT: {
num_clients_ = 1;