diff options
Diffstat (limited to 'cmd/podman/system')
-rw-r--r-- | cmd/podman/system/service.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/podman/system/service.go b/cmd/podman/system/service.go index ecd17c251..5301b855e 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()) } |