Remove commented code

This commit is contained in:
Robert Neumayer 2019-09-30 12:17:47 +02:00
parent 70b2d300e6
commit 7dd579f630
1 changed files with 0 additions and 3 deletions

View File

@ -208,9 +208,6 @@ func NewConfig(raws ...interface{}) (*Config, error) {
}
}
//if c.DefinedTags != nil {
// }
if c.ImageName == "" {
name, err := interpolate.Render("packer-{{timestamp}}", nil)
if err != nil {