Remove dumps

This commit is contained in:
Benjamin Gaudé 2021-05-06 09:17:35 +02:00
parent 12d61f3e89
commit f0f1d73374
1 changed files with 0 additions and 2 deletions

View File

@ -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,