From 41ce748fa3c97b271d7db197616fd01f13053ef7 Mon Sep 17 00:00:00 2001 From: "garykac@google.com" Date: Fri, 20 Aug 2010 19:17:07 +0000 Subject: Remove noisy LOG(INFO) lines from chromoting unittests. BUG=none TEST=remoting unittests Review URL: http://codereview.chromium.org/3186006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56898 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/jingle_glue/jingle_thread.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'remoting/jingle_glue/jingle_thread.cc') diff --git a/remoting/jingle_glue/jingle_thread.cc b/remoting/jingle_glue/jingle_thread.cc index b11637d..a00ce59 100644 --- a/remoting/jingle_glue/jingle_thread.cc +++ b/remoting/jingle_glue/jingle_thread.cc @@ -41,8 +41,6 @@ void JingleThread::Start() { } void JingleThread::Run() { - LOG(INFO) << "Started Jingle thread."; - MessageLoopForIO message_loop; message_loop_ = &message_loop; @@ -60,8 +58,6 @@ void JingleThread::Run() { task_pump_ = NULL; message_loop_ = NULL; - - LOG(INFO) << "Jingle thread finished."; } // This method is called every 20ms to process tasks from |message_loop_| -- cgit v1.1