Skip to content

Commit c0bb5d1

Browse files
committed
fix: Remove left over print statement
1 parent 5f00f1e commit c0bb5d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/proxy/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ func (p *Proxy) processAttempt(msg websocket.IncomingMessage) {
197197
if p.cfg.PrintJSON {
198198
fmt.Println(webhookEvent.Body.Request.DataString)
199199
} else {
200-
fmt.Printf("%v", p.cfg.URL)
201200
url := p.cfg.URL.Scheme + "://" + p.cfg.URL.Host + p.cfg.URL.Path + webhookEvent.Body.Path
202201

203202
timeout := webhookEvent.Body.Request.Timeout

0 commit comments

Comments
 (0)