mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 19:41:00 +00:00
remove debug
This commit is contained in:
parent
b89bfe76d0
commit
d5c339530a
2
tree.go
2
tree.go
@ -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, ""
|
||||||
|
Loading…
Reference in New Issue
Block a user