1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 20:00:54 +00:00

remove debug

This commit is contained in:
maxin 2016-07-30 22:05:59 +08:00
parent b89bfe76d0
commit d5c339530a

View File

@ -19,7 +19,6 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/Maxgis/tree"
"github.com/astaxie/beego/context" "github.com/astaxie/beego/context"
"github.com/astaxie/beego/utils" "github.com/astaxie/beego/utils"
) )
@ -575,7 +574,6 @@ func splitSegment(key string) (bool, []string, string) {
} }
params = append(params, ":"+string(param)) params = append(params, ":"+string(param))
} }
tree.Print(string(out))
return true, params, string(out) return true, params, string(out)
} }
return false, nil, "" return false, nil, ""