mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove obsolete comment
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
4b63689679
commit
3dc8829a83
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ func (s *Server) addRouter(r router.Router) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// createMux initializes the main router the server uses.
|
// 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 {
|
func (s *Server) createMux() *mux.Router {
|
||||||
m := mux.NewRouter()
|
m := mux.NewRouter()
|
||||||
if utils.IsDebugEnabled() {
|
if utils.IsDebugEnabled() {
|
||||||
|
|
Loading…
Reference in a new issue