remove debug

This commit is contained in:
maxin 2016-07-30 22:05:59 +08:00
parent b89bfe76d0
commit d5c339530a
1 changed files with 0 additions and 2 deletions

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, ""