1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Merge pull request #19460 from LK4D4/remove_comment

Remove obsolete comment
Upstream-commit: c18b4943eaeee8900b844aec09b77763696b6c3d
Component: engine
This commit is contained in:
Doug Davis
2016-01-19 15:29:46 -05:00

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