From 4718a043d3569fc9084b9ac4bfcba542bf394105 Mon Sep 17 00:00:00 2001 From: Akmal <72781956+Wikidepia@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:56:40 +0700 Subject: [PATCH] xcxc --- handlers/scraper/remote.go | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/scraper/remote.go b/handlers/scraper/remote.go index 14d4e9c..ed04185 100644 --- a/handlers/scraper/remote.go +++ b/handlers/scraper/remote.go @@ -74,7 +74,6 @@ func handleConnection(conn net.Conn) { buf := []byte(rm.instaData.PostID) _, err := conn.Write(buf) - slog.Error("failed to write to stream", "err", err) if err != nil { if opErr, ok := err.(*net.OpError); ok && opErr.Timeout() { rm.outChan <- err