remove debugging response

This commit is contained in:
GotPPay
2018-05-18 17:45:47 +02:00
parent e419b08d97
commit 2b6423fd23

View File

@@ -502,6 +502,8 @@ func (c *controller) handleMember(ctx echo.Context) error {
}
}
//Get ZIP code and check if it is participating
user, err = c.svc.Users.Create(user, authUser)
if err != nil {
return routeutils.HandleAPIError(ctx, err)