remove duplicate log statement in the proxy

This commit is contained in:
Marten Seemann 2018-02-24 10:19:53 +08:00
parent 6ca44459e5
commit 03171bc725

View file

@ -243,7 +243,6 @@ func (p *QuicProxy) runConnection(conn *connection) error {
}
continue
}
utils.Debugf("forwarding outgoing packet %d (%d bytes) to %s", packetCount, n, conn.ClientAddr)
delay := p.delayPacket(DirectionOutgoing, packetCount)
if delay != 0 {