diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/base/codec_test.cc | 1 | ||||
-rw-r--r-- | remoting/jingle_glue/jingle_thread.cc | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/remoting/base/codec_test.cc b/remoting/base/codec_test.cc index b0628fb..fd4469c 100644 --- a/remoting/base/codec_test.cc +++ b/remoting/base/codec_test.cc @@ -203,7 +203,6 @@ class DecoderTester { // Test the content of the update rect. for (size_t i = 0; i < update_rects_.size(); ++i) { - LOG(INFO) << "Testing Rect " << i; EXPECT_FALSE(rects_.empty()); gfx::Rect rect = rects_.front(); rects_.pop_front(); 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_| |