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/23 19:47:43 UTC

[17/20] incubator-ignite git commit: #ignite-965: code style server.js

#ignite-965: code style server.js


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

Branch: refs/heads/ignite-965
Commit: 094b60529a4e88c6185bee7d1fb10c37196810b3
Parents: 294531b
Author: ivasilinets <iv...@gridgain.com>
Authored: Tue Jun 23 20:24:13 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Tue Jun 23 20:24:13 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/094b6052/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 910b7c3..f1c9d92 100644
--- a/modules/nodejs/src/main/js/server.js
+++ b/modules/nodejs/src/main/js/server.js
@@ -117,7 +117,6 @@ Server.prototype.runCommand = function(cmdName, params, callback) {
     });
   }
 
-  console.log("!!!!!!!!!!!!!!!!!REQUEST " + options.path);
   var request = http.request(options, streamCallback);
 
   request.setTimeout(5000, callback.bind(null, "Request timeout: >5 sec"));