mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-02-02 09:32:20 +00:00
remove unnecessary log
Signed-off-by: kullanici0606 <yakup.turgut@btk.gov.tr>
This commit is contained in:
parent
03255bf218
commit
ccb3eb6277
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ func (l *StatsDUDPListener) EnqueueUdpPacket(packet []byte) {
|
|||
}
|
||||
|
||||
func (l *StatsDUDPListener) ProcessUdpPacketQueue() {
|
||||
level.Info(l.Logger).Log("msg", "Running in pipelining mode")
|
||||
for {
|
||||
packet := <-l.UdpPacketQueue
|
||||
l.HandlePacket(packet)
|
||||
|
|
Loading…
Reference in a new issue