Skip to content

Commit 4718a04

Browse files
committed
xcxc
1 parent 25c5fcf commit 4718a04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

handlers/scraper/remote.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ func handleConnection(conn net.Conn) {
7474

7575
buf := []byte(rm.instaData.PostID)
7676
_, err := conn.Write(buf)
77-
slog.Error("failed to write to stream", "err", err)
7877
if err != nil {
7978
if opErr, ok := err.(*net.OpError); ok && opErr.Timeout() {
8079
rm.outChan <- err

0 commit comments

Comments
 (0)