remove logs

pull/1081/head
Jonathan Barney 2021-09-14 10:41:01 -07:00
parent f4b24bb706
commit 8431ab5ed6
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ func (w *webhooker) sendHttpWebhook(body string) (*http.Response, error) {
}
}
utils.Log.Infoln(fmt.Sprintf("sending body: '%v' to %v as a %v request with headers: '%v'", body, w.Host.String, w.Var1.String, req.Header))
resp, err := client.Do(req)
if err != nil {
return nil, err