removed debug output
This commit is contained in:
parent
73278ff99b
commit
899e5333e8
@ -2,7 +2,6 @@ package hooks
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
@ -42,8 +41,6 @@ func (h *Hook) ParseFormArgs(form url.Values) []string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("parse form args %+v\n", args)
|
|
||||||
|
|
||||||
return args
|
return args
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,8 +58,6 @@ func (h *Hook) ParseJSONArgs(payload interface{}) []string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("parse json args %+v\n", args)
|
|
||||||
|
|
||||||
return args
|
return args
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user