Remove obsolete comment

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: 3dc8829a83d72d3a8e1d9b6a88c9e6ff9ecaf4a0
Component: engine
This commit is contained in:
Alexander Morozov
2016-01-19 12:17:40 -08:00
parent b4e2edd4ca
commit d9d4f4eb39

View File

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