From 43ead88e818ca6f455fbaa1de7b7cf9c91c4c05c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 17 Jun 2020 17:23:54 -0400 Subject: 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 --- cmd/podman/system/service.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmd/podman') 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()) } -- cgit v1.2.3-54-g00ecf