builder/qemu: unnecssary log
This commit is contained in:
parent
1d70002719
commit
3e58ca4c98
|
@ -41,10 +41,7 @@ func (stepConfigureVNC) Run(state multistep.StateBag) multistep.StepAction {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
msg = fmt.Sprintf("Found available VNC port: %d", vncPort)
|
ui.Say(fmt.Sprintf("Found available VNC port: %d", vncPort))
|
||||||
ui.Say(msg)
|
|
||||||
log.Printf(msg)
|
|
||||||
|
|
||||||
state.Put("vnc_port", vncPort)
|
state.Put("vnc_port", vncPort)
|
||||||
|
|
||||||
return multistep.ActionContinue
|
return multistep.ActionContinue
|
||||||
|
|
Loading…
Reference in New Issue