mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Remove redundant log message
[NO NEW TESTS NEEDED] Fixes: https://github.com/containers/podman/issues/15925 Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -69,7 +69,6 @@ func newServer(runtime *libpod.Runtime, listener net.Listener, opts entities.Ser
|
||||
logrus.Debugf("CORS Headers were set to %q", opts.CorsHeaders)
|
||||
}
|
||||
|
||||
logrus.Infof("API service listening on %q", listener.Addr())
|
||||
router := mux.NewRouter().UseEncodedPath()
|
||||
tracker := idle.NewTracker(opts.Timeout)
|
||||
|
||||
|
Reference in New Issue
Block a user