diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |