Skip to content

Commit

Permalink
Update form-api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TIT8 committed Aug 28, 2023
1 parent a190fa3 commit 172708b
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 172708b

Please sign in to comment.