From d5c339530aa9e1492a06fb2eb149e4a7f0c4bc80 Mon Sep 17 00:00:00 2001 From: maxin Date: Sat, 30 Jul 2016 22:05:59 +0800 Subject: [PATCH] remove debug --- tree.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tree.go b/tree.go index da7690ea..f93dfa64 100644 --- a/tree.go +++ b/tree.go @@ -19,7 +19,6 @@ import ( "regexp" "strings" - "github.com/Maxgis/tree" "github.com/astaxie/beego/context" "github.com/astaxie/beego/utils" ) @@ -575,7 +574,6 @@ func splitSegment(key string) (bool, []string, string) { } params = append(params, ":"+string(param)) } - tree.Print(string(out)) return true, params, string(out) } return false, nil, ""