Skip to content

Commit

Permalink
✨ style: fmt.Println removed
Browse files Browse the repository at this point in the history
  • Loading branch information
maktoobgar committed May 16, 2024
1 parent aa94266 commit dab4673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ func decryptPath(path string, v Validator, errorField playgroundValidator.FieldE
fieldName = slicePieces[1]
arrayItem, _ = strconv.Atoi(slicePieces[2])
}
fmt.Println(fieldName)
if r, ok := rs[fieldName]; ok {
if deep := r.getDeepValidator(); deep != nil {
if r.getName() != "" {
Expand Down

0 comments on commit dab4673

Please sign in to comment.