You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/09/24 05:44:34 UTC

[20/21] js commit: CB-7219 Added back version file, added default value for compute-commit-id.js

CB-7219 Added back version file, added default value for compute-commit-id.js


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

Branch: refs/heads/cb-7219
Commit: c9b122c9f083d7684d9ed3a300b4b9d51654457e
Parents: 80df8eb
Author: Steven Gill <st...@gmail.com>
Authored: Tue Aug 12 13:55:11 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Sep 23 20:38:27 2014 -0700

----------------------------------------------------------------------
 tasks/lib/compute-commit-id.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/c9b122c9/tasks/lib/compute-commit-id.js
----------------------------------------------------------------------
diff --git a/tasks/lib/compute-commit-id.js b/tasks/lib/compute-commit-id.js
index d81b1d5..3c7f672 100644
--- a/tasks/lib/compute-commit-id.js
+++ b/tasks/lib/compute-commit-id.js
@@ -55,7 +55,6 @@ module.exports = function computeCommitId(callback, cachedGitVersion) {
             }
         });
     } else {
-        console.log('no git');
         done('???');
     }