You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2018/04/23 07:11:58 UTC

[02/50] [abbrv] ignite git commit: IGNITE-8285 Web console: Removed debug output.

IGNITE-8285 Web console: Removed debug output.


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

Branch: refs/heads/ignite-6083
Commit: 8c80dce3b8601ffc123cb6dec0255b66e4576272
Parents: e76fcb4
Author: Ilya Borisov <kl...@gmail.com>
Authored: Tue Apr 17 15:46:10 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Apr 17 15:46:10 2018 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/app/components/page-configure/index.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/8c80dce3/modules/web-console/frontend/app/components/page-configure/index.js
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/components/page-configure/index.js b/modules/web-console/frontend/app/components/page-configure/index.js
index 3209ede..34b8cfe 100644
--- a/modules/web-console/frontend/app/components/page-configure/index.js
+++ b/modules/web-console/frontend/app/components/page-configure/index.js
@@ -164,7 +164,6 @@ export default angular
                     state: actionsWindow.filter((a) => !actions.includes(a)).reduce(ConfigureState._combinedReducer, {})
                 };
             })
-            .debug('UNDOED')
             .do((a) => ConfigureState.dispatchAction(a))
             .subscribe();
         ConfigEffects.connect();