From 129be6e47668c66f040a3b4e40f11337696e1715 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Fri, 13 Sep 2013 16:12:25 -0400 Subject: [PATCH] [CB-3542] Delete extra message when check_reqs fails. check_reqs already outputs a message. --- bin/lib/create.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/lib/create.js b/bin/lib/create.js index 0d05c766..a2dc38a1 100755 --- a/bin/lib/create.js +++ b/bin/lib/create.js @@ -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); }