Skip to content

Commit b215925

Browse files
committed
Remove logging line in fair queue
1 parent 565becc commit b215925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

router/queuefairfifo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func (q *fairFIFOQueue) push(frame *types.Frame) bool {
8989
// There is space in the queue
9090
q.count++
9191
default:
92-
q.log.Println("Queue is full - dropping a frame from the head of the queue")
9392
// The queue is full - perform a head drop
9493
<-q.queues[h]
9594
q.dropped++

0 commit comments

Comments
 (0)