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 2014/06/06 20:22:13 UTC

git commit: Delete the "using gnode" message now that start-up delay is mostly gone

Repository: cordova-coho
Updated Branches:
  refs/heads/master 51cad8090 -> e6a8b0863


Delete the "using gnode" message now that start-up delay is mostly gone


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

Branch: refs/heads/master
Commit: e6a8b086326d41210e2751c627ece4645da1bb4b
Parents: 51cad80
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jun 6 14:20:20 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jun 6 14:20:54 2014 -0400

----------------------------------------------------------------------
 coho | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/e6a8b086/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 62e85aa..2b63b8b 100755
--- a/coho
+++ b/coho
@@ -21,7 +21,6 @@ under the License.
 try {
     eval('(function*(){})');
 } catch (e) {
-    console.log('Using gnode to polyfill missing support for ES6 Generators\n');
     require('gnode'); // Enable generators support
 }
 require('./src/main')();