1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

Remove print statement

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-04-28 23:13:23 -07:00
parent 02ca5e4443
commit b3e9b66e36

View File

@ -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):]
}