Skip to content

Commit

Permalink
Merge pull request #10 from TIT8/patch
Browse files Browse the repository at this point in the history
Update form-api.go
  • Loading branch information
TIT8 committed Aug 28, 2023
2 parents baa31ac + 172708b commit f447ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func handler_post(w http.ResponseWriter, r *http.Request) {
log.Printf("Reading body failed: %s", err)
return
}
log.Printf("Captcha validation: %v", post.Success)
//log.Printf("Captcha validation: %v", post.Success)

var ok string
if post.Success {
Expand Down

0 comments on commit f447ed3

Please sign in to comment.