Skip to content

Commit 77eeba9

Browse files
committed
Clean up extra log messages.
1 parent d1ba934 commit 77eeba9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tailer/tail.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,7 @@ func (t *Tailer) run(events <-chan watcher.Event) {
329329
t.handleLogEvent(e.Pathname)
330330

331331
case <-ticks:
332-
// Something.
333-
glog.Info("tick")
334-
335332
t.pollHandles()
336-
337333
}
338334
}
339335
}

0 commit comments

Comments
 (0)