diff --git a/router.go b/router.go index f33bb55d..67ab6384 100644 --- a/router.go +++ b/router.go @@ -235,7 +235,6 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E // Match-any if cn.typ == mtype { - println(search, cn.prefix) ctx.pvalues[0] = search[len(cn.prefix):] }