mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
remove debug message
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user