We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7ff44 commit a5af6d4Copy full SHA for a5af6d4
1 file changed
internal/transporter/internal/client/conn.go
@@ -2,7 +2,6 @@ package client
2
3
import (
4
"context"
5
- "fmt"
6
"net"
7
"sync/atomic"
8
"time"
@@ -158,7 +157,6 @@ func (c *Conn) read(conn net.Conn) {
158
157
default:
159
buf, err := protocol.ReaderBuffer(conn)
160
if err != nil {
161
- fmt.Println("---------------------------------")
162
c.retry(conn)
163
return
164
}
0 commit comments