Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit b4a0f51

Browse files
committed
commands/restart: Remove log message
1 parent f4f60cb commit b4a0f51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commands/restart.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ package commands
22

33
import (
44
"github.com/docker/machine/libmachine"
5-
"github.com/docker/machine/libmachine/log"
65
)
76

87
func cmdRestart(c CommandLine, api libmachine.API) error {
98
if err := runAction("restart", c, api); err != nil {
109
return err
1110
}
1211

13-
log.Info("Restarted machines may have new IP addresses. You may need to re-run the `lambda-machine-local env` command.")
14-
1512
return nil
1613
}

0 commit comments

Comments
 (0)