Skip to content

Commit bb3a4ab

Browse files
committed
Remove useless comment line
1 parent cad3fc0 commit bb3a4ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

caddynet/netserver/proxyconnection.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func (p *proxyConnection) exchangeData(dst, src net.Conn) {
5151

5252
if bytesRead > 0 {
5353
b := buf[:bytesRead]
54-
//fmt.Println(hex.Dump(b)) // THIS SHOULD BE CONFIGURABLE
5554
_, err = dst.Write(b)
5655
if err != nil {
5756
p.errorFunc("Cannot write to remote connection", err)

0 commit comments

Comments
 (0)