Remove Debug Message

This commit is contained in:
Lukas Kämmerling 2018-10-18 10:29:06 +02:00
parent bad1b95a49
commit e4a670d2a2
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
}
if _, ok := state.GetOk("snapshot_name"); !ok {
log.Println("Failed to find snapshot_name in state. Bug?")
return nil, nil
}