Removed unecessary print messages
This commit is contained in:
parent
484960c9d1
commit
5649940fab
|
@ -18,8 +18,6 @@ func (s *stepTakeSnapshot) Run(state multistep.StateBag) multistep.StepAction {
|
|||
api := oneandone.New(token, c.Url)
|
||||
|
||||
serverId := state.Get("server_id").(string)
|
||||
ui.Say("Snapshot Name " + c.SnapshotName)
|
||||
ui.Say("server id " + serverId)
|
||||
|
||||
req := oneandone.ImageConfig{
|
||||
Name: c.SnapshotName,
|
||||
|
|
Loading…
Reference in New Issue