diff --git a/cmd/podman/system/service.go b/cmd/podman/system/service.go index ecd17c251c..5301b855e2 100644 --- a/cmd/podman/system/service.go +++ b/cmd/podman/system/service.go @@ -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()) }