mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-24 06:12:28 +00:00
removed debug output
This commit is contained in:
parent
73278ff99b
commit
899e5333e8
1 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@ package hooks
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/url"
|
||||
|
||||
|
@ -42,8 +41,6 @@ func (h *Hook) ParseFormArgs(form url.Values) []string {
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Printf("parse form args %+v\n", args)
|
||||
|
||||
return args
|
||||
}
|
||||
|
||||
|
@ -61,8 +58,6 @@ func (h *Hook) ParseJSONArgs(payload interface{}) []string {
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Printf("parse json args %+v\n", args)
|
||||
|
||||
return args
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue