Remove logging

This logged every single request to stdout.
This is not necessary.
This commit is contained in:
2025-02-01 20:45:30 -05:00
parent 0facd7006e
commit 35eec78138

View File

@@ -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,