diff --git a/builder/oneandone/step_take_snapshot.go b/builder/oneandone/step_take_snapshot.go index 8483ff830..8e8cb88fd 100644 --- a/builder/oneandone/step_take_snapshot.go +++ b/builder/oneandone/step_take_snapshot.go @@ -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,