Skip to content

Commit

Permalink
fix: removed unnecessary fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
subomi authored Jan 29, 2024
1 parent 46ca1dd commit e1237c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func (w *Webhook) VerifyRequest(r *http.Request) error {

header := r.Header.Get(w.opts.SigHeader)
if isStringEmpty(header) {
fmt.Println("MAL")
return ErrInvalidHeader
}

Expand Down

0 comments on commit e1237c9

Please sign in to comment.