1 diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
2 index 1afc3d15b..a8aafcaae 100644
3 --- a/pkg/machine/machine_common.go
4 +++ b/pkg/machine/machine_common.go
5 @@ -33,13 +33,8 @@ func GetDevNullFiles() (*os.File, *os.File, error) {
6 // WaitAPIAndPrintInfo prints info about the machine and does a ping test on the
8 func WaitAPIAndPrintInfo(forwardState APIForwardingState, name, helper, forwardSock string, noInfo, rootful bool) {
12 - if name != DefaultMachineName {
16 if forwardState == NoForwarding {
19 @@ -61,14 +56,6 @@ address can't be used by podman. `
24 - fmtString += `If you would like to install it, run the following commands:
27 - podman machine stop%[2]s; podman machine start%[2]s
30 - fmt.Printf(fmtString, helper, suffix)
33 fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")