From b3e9b66e36a03739e7066f89871bb75519843ac6 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Tue, 28 Apr 2015 23:13:23 -0700 Subject: [PATCH] Remove print statement Signed-off-by: Vishal Rana --- router.go | 1 - 1 file changed, 1 deletion(-) 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):] }