remove log
This commit is contained in:
parent
abfc3b0205
commit
72d1680946
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ type CreatedUser struct {
|
|||
}
|
||||
|
||||
func Create(ctx *h.RequestContext, request CreateUserRequest) (int64, error) {
|
||||
|
||||
fmt.Printf("%+v\n", request)
|
||||
|
||||
if len(request.Password) < 6 {
|
||||
return 0, errors.New("password must be at least 6 characters long")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue