provisioner(converge): remove log line

This commit is contained in:
Brian Hicks 2016-12-27 16:31:12 -06:00
parent de918ac7a7
commit 3658a0b6b5
No known key found for this signature in database
GPG Key ID: FF1F407C0D3C2430
1 changed files with 2 additions and 1 deletions

View File

@ -229,5 +229,6 @@ func (p *Provisioner) applyModules(ui packer.Ui, comm packer.Communicator) error
// Cancel the provisioning process
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.
}