Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
refactor: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
autumn31 committed Jan 3, 2022
1 parent 4172b2a commit 42898bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,6 @@ func fetchOneOfArgsFromTag(tag string) ([]string, error) {
if strings.Contains(argsList[0], ",,") {
return nil, fmt.Errorf(ErrDuplicateSeparator)
}
fmt.Printf("argsList(%v)\n", argsList[0])
if argsList[0] == "" {
return nil, fmt.Errorf(ErrNotEnoughTagArguments)
}
Expand Down

0 comments on commit 42898bb

Please sign in to comment.