From 8ea2ba805c7900c4c2859ad321f72350b5dc3620 Mon Sep 17 00:00:00 2001 From: Peter Malina Date: Mon, 23 Oct 2023 17:53:10 +0200 Subject: [PATCH] chore: remove unnecessary method log --- cmd/pot/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/pot/main.go b/cmd/pot/main.go index bf4bc98..f303ae8 100644 --- a/cmd/pot/main.go +++ b/cmd/pot/main.go @@ -61,7 +61,6 @@ func main() { relPath := strings.TrimPrefix(r.URL.Path, "/") callOpts := []pot.CallOpt{} - slog.Info("query", slog.String("method", r.Method), slog.Any("query", r.URL.Query())) if r.URL.Query().Has("batch") { callOpts = append(callOpts, pot.WithBatch()) }