Remove Debug Message
This commit is contained in:
parent
bad1b95a49
commit
e4a670d2a2
|
@ -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 {
|
if _, ok := state.GetOk("snapshot_name"); !ok {
|
||||||
log.Println("Failed to find snapshot_name in state. Bug?")
|
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue