You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/08 16:30:36 UTC

incubator-ignite git commit: #ignite-961: remove debug from node js put/get test

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-961 [created] 84ffe4358


#ignite-961: remove debug from node js put/get test


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/84ffe435
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/84ffe435
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/84ffe435

Branch: refs/heads/ignite-961
Commit: 84ffe43582034e5e68c883fb1acabfcebed62250
Parents: 278a4e8
Author: ivasilinets <iv...@gridgain.com>
Authored: Mon Jun 8 17:30:28 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Mon Jun 8 17:30:28 2015 +0300

----------------------------------------------------------------------
 modules/nodejs/src/test/js/test-put-get.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/84ffe435/modules/nodejs/src/test/js/test-put-get.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/test/js/test-put-get.js b/modules/nodejs/src/test/js/test-put-get.js
index b591605..4ea0764 100644
--- a/modules/nodejs/src/test/js/test-put-get.js
+++ b/modules/nodejs/src/test/js/test-put-get.js
@@ -43,7 +43,6 @@ function onPut(cache, error) {
     return;
   }
 
-  console.log("Put finished");
   cache.get("key", onGet);
 }