Remove dumps
This commit is contained in:
parent
12d61f3e89
commit
f0f1d73374
|
@ -140,8 +140,6 @@ func handlePowowEntrypoint(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
// If phone number must return an error
|
||||
spew.Dump(conf.Powow.InvalidPhoneNumber)
|
||||
spew.Dump(pr.Payload["MobilePhoneNumber"])
|
||||
if conf.Powow.InvalidPhoneNumber == pr.Payload["MobilePhoneNumber"] {
|
||||
res := &PowowResponse{
|
||||
Success: false,
|
||||
|
|
Loading…
Reference in New Issue