You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2015/07/13 15:47:11 UTC

incubator-ignite git commit: #ignite-961-promises: remove debug.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-961-promise 2013a7adb -> 5562484a3


#ignite-961-promises: remove debug.


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

Branch: refs/heads/ignite-961-promise
Commit: 5562484a3c57a83e4bebadf25a379f49d7503129
Parents: 2013a7a
Author: ivasilinets <iv...@gridgain.com>
Authored: Mon Jul 13 16:47:05 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Mon Jul 13 16:47:05 2015 +0300

----------------------------------------------------------------------
 modules/nodejs/src/main/js/server.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5562484a/modules/nodejs/src/main/js/server.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/main/js/server.js b/modules/nodejs/src/main/js/server.js
index 51118e9..5d7430a 100644
--- a/modules/nodejs/src/main/js/server.js
+++ b/modules/nodejs/src/main/js/server.js
@@ -61,8 +61,6 @@ Server.prototype.host = function() {
  * @param {onGet} Called on finish
  */
 Server.prototype.runCommand = function(cmd, callback) {
-    console.log("cmd=" + cmd._method());
-    console.log("callback=" + callback)
     var requestQry = "cmd=" + cmd.name() + cmd.paramsString();
 
     var http = require('http');