diff --git a/main.go b/main.go index 8ab98dd..dad6584 100644 --- a/main.go +++ b/main.go @@ -115,8 +115,6 @@ func main() { } subject := strings.Join(subjectParts, ".") - log.Println("Forwarding HTTP", r.Method, "request on", r.URL.Path, "to NATS subject:", subject) - // Create a new NATS message with the HTTP request body msg := nats.Msg{ Subject: subject,