Skip to content

Commit dab4673

Browse files
committed
✨ style: fmt.Println removed
1 parent aa94266 commit dab4673

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

validator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ func decryptPath(path string, v Validator, errorField playgroundValidator.FieldE
498498
fieldName = slicePieces[1]
499499
arrayItem, _ = strconv.Atoi(slicePieces[2])
500500
}
501-
fmt.Println(fieldName)
502501
if r, ok := rs[fieldName]; ok {
503502
if deep := r.getDeepValidator(); deep != nil {
504503
if r.getName() != "" {

0 commit comments

Comments
 (0)