Merge pull request #1203 from lucas-clemente/remove-duplicate-proxy-log

remove duplicate log statement in the proxy
This commit is contained in:
Marten Seemann
2018-02-25 19:41:17 +08:00
committed by GitHub

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 {