diff --git a/builder/xenserver/common/common_config.go b/builder/xenserver/common/common_config.go index b366a0a..dd040d1 100644 --- a/builder/xenserver/common/common_config.go +++ b/builder/xenserver/common/common_config.go @@ -76,10 +76,6 @@ func (c *CommonConfig) Prepare(ctx *interpolate.Context, pc *common.PackerConfig c.RawBootWait = "5s" } - if c.ToolsIsoName == "" { - c.ToolsIsoName = "" - } - if c.HTTPPortMin == 0 { c.HTTPPortMin = 8000 }