Removed unecessary print messages

This commit is contained in:
jasminSPC 2016-11-16 00:20:22 +01:00
parent 484960c9d1
commit 5649940fab
1 changed files with 0 additions and 2 deletions

View File

@ -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,