You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/07/23 10:40:33 UTC

[02/50] [abbrv] incubator-ignite git commit: # ignite-843 Remove debug

# ignite-843 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/94b581f8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/94b581f8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/94b581f8

Branch: refs/heads/ignite-1121
Commit: 94b581f862bcb7ecb0747de2bc7dc33b5287f482
Parents: 827e559
Author: Andrey <an...@gridgain.com>
Authored: Mon Jul 20 17:55:52 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Jul 20 17:55:52 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/app.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/94b581f8/modules/web-control-center/nodejs/app.js
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/app.js b/modules/web-control-center/nodejs/app.js
index 713426b..8c347db 100644
--- a/modules/web-control-center/nodejs/app.js
+++ b/modules/web-control-center/nodejs/app.js
@@ -53,7 +53,6 @@ app.use(bodyParser.json());
 app.use(bodyParser.urlencoded({extended: false}));
 
 app.use(require('less-middleware')(path.join(__dirname, 'public'), {
-    debug: true,
     render: {
         compress: false
     }