Skip to content

Commit

Permalink
Removing debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 21, 2021
1 parent 4230c1a commit 5b0ad65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/go/internal/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func (ve ValidationErrors) Error() string {
}

func (ve *ValidationErrors) Append(moreErrs ValidationErrors) {
fmt.Println("len moreErrs = ", len(moreErrs))
if len(moreErrs) == 0 {
return
}
Expand Down

0 comments on commit 5b0ad65

Please sign in to comment.