Commit 0f69e06f by bergquist

removes invalid comment

parent 03c23dd9
...@@ -81,8 +81,6 @@ func (rr *routeRegister) Register(router Router) *macaron.Router { ...@@ -81,8 +81,6 @@ func (rr *routeRegister) Register(router Router) *macaron.Router {
} }
func (rr *routeRegister) route(pattern, method string, handlers ...macaron.Handler) { func (rr *routeRegister) route(pattern, method string, handlers ...macaron.Handler) {
//inject tracing
h := make([]macaron.Handler, 0) h := make([]macaron.Handler, 0)
for _, fn := range rr.namedMiddleware { for _, fn := range rr.namedMiddleware {
h = append(h, fn(pattern)) h = append(h, fn(pattern))
......
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