Skip to content

Commit

Permalink
rm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feiin committed Jun 19, 2022
1 parent 4e8f6ac commit 8ad4cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captcha.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (cp *Captcha) GenCaptchaImage(text string) (CaptchaResult, error) {
result.ImageBase64 = fmt.Sprintf("data:%s;base64,%s", "image/png", base64.StdEncoding.EncodeToString(imageBytes))
result.Text = text

writeImageFile("./previews/test.png", imageBytes)
// writeImageFile("./previews/test.png", imageBytes)
return result, nil

}
Expand Down

0 comments on commit 8ad4cfa

Please sign in to comment.