Remove debugging statement.

This commit is contained in:
James Van Dyke 2013-07-15 16:38:26 -04:00
parent adaceb7766
commit 74f36aaebd
1 changed files with 0 additions and 2 deletions

View File

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