mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 23:12:17 +08:00
[DEL] debug message
This commit is contained in:
parent
7d26c24b22
commit
f739b8da3b
@ -6,7 +6,6 @@ package binding
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"reflect"
|
||||
"strings"
|
||||
"sync"
|
||||
@ -57,7 +56,6 @@ func (v *defaultValidator) Validate(obj interface{}) error {
|
||||
validateRet = append(validateRet, err)
|
||||
}
|
||||
}
|
||||
log.Println(validateRet)
|
||||
if len(validateRet) == 0 {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user