[CB-3542] Delete extra message when check_reqs fails.

check_reqs already outputs a message.
This commit is contained in:
Andrew Grieve 2013-09-13 16:12:25 -04:00
parent c08b64efb3
commit 129be6e476

View File

@ -71,7 +71,6 @@ module.exports.run = function(project_path, package_name, project_name, project_
// Check that requirements are met and proper targets are installed
if(!check_reqs.run()) {
console.error('Please make sure you meeet the software requirements in order to build an android cordova project');
process.exit(2);
}