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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"reflect"
|
"reflect"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
@ -57,7 +56,6 @@ func (v *defaultValidator) Validate(obj interface{}) error {
|
|||||||
validateRet = append(validateRet, err)
|
validateRet = append(validateRet, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.Println(validateRet)
|
|
||||||
if len(validateRet) == 0 {
|
if len(validateRet) == 0 {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user