1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 07:50: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"
"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, ""