Explorar el Código

removes invalid comment

bergquist hace 8 años
padre
commit
0f69e06fcf
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      pkg/api/route_register.go

+ 0 - 2
pkg/api/route_register.go

@@ -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))