diff options
-rw-r--r-- | chrome/test/live_sync/live_sync_test.cc | 2 |
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; |