Skip to content

Commit 8ad4cfa

Browse files
committed
rm tests
1 parent 4e8f6ac commit 8ad4cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captcha.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (cp *Captcha) GenCaptchaImage(text string) (CaptchaResult, error) {
128128
result.ImageBase64 = fmt.Sprintf("data:%s;base64,%s", "image/png", base64.StdEncoding.EncodeToString(imageBytes))
129129
result.Text = text
130130

131-
writeImageFile("./previews/test.png", imageBytes)
131+
// writeImageFile("./previews/test.png", imageBytes)
132132
return result, nil
133133

134134
}

0 commit comments

Comments
 (0)