summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/jingle_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/jingle_glue/jingle_thread.cc')
-rw-r--r--remoting/jingle_glue/jingle_thread.cc4
1 files changed, 0 insertions, 4 deletions
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_|