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 2016/03/04 10:31:42 UTC

[47/50] ignite git commit: IGNITE-843 Minor fix.

IGNITE-843 Minor fix.


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

Branch: refs/heads/ignite-843
Commit: 35aa7eb1f04fd4c07f35f260f917811051260f03
Parents: e253f45
Author: AKuznetsov <ak...@gridgain.com>
Authored: Thu Mar 3 19:04:24 2016 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Thu Mar 3 19:04:24 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/serve/routes/domains.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/35aa7eb1/modules/control-center-web/src/main/js/serve/routes/domains.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/serve/routes/domains.js b/modules/control-center-web/src/main/js/serve/routes/domains.js
index 6963294..6aae98f 100644
--- a/modules/control-center-web/src/main/js/serve/routes/domains.js
+++ b/modules/control-center-web/src/main/js/serve/routes/domains.js
@@ -102,7 +102,6 @@ module.exports.factory = (_, express, mongo) => {
                         })
                         .then(() => _updateCacheStore(cacheStoreChanges));
                 })
-                .catch((err) => mongo.handleError(res, err));
         };
 
         const _save = (domains, res) => {