provisioner(converge): remove log line
This commit is contained in:
parent
de918ac7a7
commit
3658a0b6b5
|
@ -229,5 +229,6 @@ func (p *Provisioner) applyModules(ui packer.Ui, comm packer.Communicator) error
|
||||||
|
|
||||||
// Cancel the provisioning process
|
// Cancel the provisioning process
|
||||||
func (p *Provisioner) Cancel() {
|
func (p *Provisioner) Cancel() {
|
||||||
log.Println("cancel called in Converge provisioner")
|
// there's not an awful lot we can do to cancel Converge at the moment.
|
||||||
|
// The default semantics are fine.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue