You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/14 05:08:23 UTC

[03/11] android commit: [CB-3542] Delete extra message when check_reqs fails.

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

check_reqs already outputs a message.


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/129be6e4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/129be6e4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/129be6e4

Branch: refs/heads/master
Commit: 129be6e47668c66f040a3b4e40f11337696e1715
Parents: c08b64e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Sep 13 16:12:25 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Sep 13 22:07:31 2013 -0400

----------------------------------------------------------------------
 bin/lib/create.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/129be6e4/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index 0d05c76..a2dc38a 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);
     }