Commit d5c33953 authored by maxin's avatar maxin

remove debug

parent b89bfe76
......@@ -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, ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment