Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: remoting/jingle_glue/jingle_thread.cc

Issue 3186006: Remove noisy LOG(INFO) lines from chromoting unittests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/base/codec_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/jingle_thread.cc
===================================================================
--- remoting/jingle_glue/jingle_thread.cc (revision 55891)
+++ remoting/jingle_glue/jingle_thread.cc (working copy)
@@ -41,8 +41,6 @@
}
void JingleThread::Run() {
- LOG(INFO) << "Started Jingle thread.";
-
MessageLoopForIO message_loop;
message_loop_ = &message_loop;
@@ -60,8 +58,6 @@
task_pump_ = NULL;
message_loop_ = NULL;
-
- LOG(INFO) << "Jingle thread finished.";
}
// This method is called every 20ms to process tasks from |message_loop_|
« no previous file with comments | « remoting/base/codec_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698