mirror of https://github.com/containers/podman.git
Podman system service is no longer experimental
As such, we can remove the warnings logs that previously printed every time it was run. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
parent
7b00e49f65
commit
43ead88e81
|
@ -3,7 +3,6 @@
|
|||
package system
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
@ -97,9 +96,6 @@ func service(cmd *cobra.Command, args []string) error {
|
|||
return registry.ContainerEngine().VarlinkService(registry.GetContext(), opts)
|
||||
}
|
||||
|
||||
logrus.Warn("This function is EXPERIMENTAL")
|
||||
fmt.Fprintf(os.Stderr, "This function is EXPERIMENTAL.\n")
|
||||
|
||||
return restService(opts, cmd.Flags(), registry.PodmanConfig())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue