Remove debugging statement.

pull/167/head
James Van Dyke 13 years ago
parent ba5d7a9d72
commit 428bc4d745

@ -147,8 +147,6 @@ func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error {
return fmt.Errorf("Error running Chef Solo: %s", err)
}
return fmt.Errorf("SUCESS")
return nil
}

Loading…
Cancel
Save