From 10c9eea917a48cd93c1e2b48fc729e17a2f9929e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:20:56 +0800 Subject: [PATCH] Update tools.go --- tools.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools.go b/tools.go index 152e172..2d07076 100644 --- a/tools.go +++ b/tools.go @@ -192,6 +192,5 @@ func generateHTTPRequest(input string) (string, error) { } else { buffer.WriteString("\n\n") } - fmt.Println(buffer.String()) return buffer.String(), nil }