removed leftover debug trace, fixed a panic bug

This commit is contained in:
Adnan Hajdarevic 2015-03-21 01:26:04 +01:00
parent baec1cadc5
commit 231426da57
2 changed files with 6 additions and 4 deletions

View file

@ -172,8 +172,6 @@ func hookHandler(w http.ResponseWriter, r *http.Request) {
hook.ParseJSONParameters(&headers, &query, &payload)
fmt.Printf("%+v", payload)
// handle hook
go handleHook(hook, &headers, &query, &payload, &body)