From ec3c6d115fe0654414fa196b435bc05911167b0d Mon Sep 17 00:00:00 2001 From: "lipalani@chromium.org" Date: Tue, 19 Apr 2011 21:43:41 +0000 Subject: 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 --- chrome/test/live_sync/live_sync_test.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome') 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; -- cgit v1.1