remove debug message

This commit is contained in:
root
2021-07-25 20:29:47 +00:00
parent 3fb5b019a7
commit f352747664

View File

@@ -23,7 +23,6 @@ var (
)
func (e mainEnv) showCaptcha(w http.ResponseWriter, r *http.Request, ps httprouter.Params) {
log.Printf("Starting showCaptcha fn")
code := ps.ByName("code")
if len(code) == 0 {
err := errors.New("Bad code")