summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
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,