mirror of
https://github.com/labstack/echo.git
synced 2024-11-28 08:38:39 +02:00
Remove print statement
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
02ca5e4443
commit
b3e9b66e36
@ -235,7 +235,6 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
|
|||||||
|
|
||||||
// Match-any
|
// Match-any
|
||||||
if cn.typ == mtype {
|
if cn.typ == mtype {
|
||||||
println(search, cn.prefix)
|
|
||||||
ctx.pvalues[0] = search[len(cn.prefix):]
|
ctx.pvalues[0] = search[len(cn.prefix):]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user