Browse Source

Merge pull request #19460 from LK4D4/remove_comment

Remove obsolete comment
Doug Davis 9 years ago
parent
commit
c18b4943ea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api/server/server.go

+ 0 - 1
api/server/server.go

@@ -189,7 +189,6 @@ func (s *Server) addRouter(r router.Router) {
 }
 
 // createMux initializes the main router the server uses.
-// we keep enableCors just for legacy usage, need to be removed in the future
 func (s *Server) createMux() *mux.Router {
 	m := mux.NewRouter()
 	if utils.IsDebugEnabled() {