Remove commented code
This commit is contained in:
parent
70b2d300e6
commit
7dd579f630
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue