Remove debugging statement.

pull/919/head
James Van Dyke 13 years ago
parent adaceb7766
commit 74f36aaebd

@ -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