Skip to content

Commit

Permalink
Merge pull request #6658 from mheon/experimental_no_more
Browse files Browse the repository at this point in the history
Podman system service is no longer experimental
  • Loading branch information
openshift-merge-robot authored Jun 18, 2020
2 parents d0b3035 + 43ead88 commit b5f7afd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/podman/system/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package system

import (
"fmt"
"net/url"
"os"
"path/filepath"
Expand Down Expand Up @@ -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())
}

Expand Down

0 comments on commit b5f7afd

Please sign in to comment.