Skip to content

Commit dd13cb7

Browse files
committed
fix: review fixes
1 parent 36f2976 commit dd13cb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

helper/http/live-http-client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"bufio"
55
"bytes"
66
"context"
7-
"fmt"
87
"io"
98
"net/http"
109
)
@@ -38,7 +37,6 @@ func DoHTTPOverTCP(ctx context.Context, transport *http.Transport, req *http.Req
3837

3938
default:
4039
line, err := reader.ReadString('\n')
41-
fmt.Println(line)
4240
if err != nil {
4341
return nil, err
4442
}

0 commit comments

Comments
 (0)