From 35e8bbf10554373267aca1b5fdd9c099a60286e7 Mon Sep 17 00:00:00 2001 From: William Welling Date: Thu, 13 Jul 2017 11:41:21 -0500 Subject: [PATCH] turn off debug for default config --- config/environment.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.default.js b/config/environment.default.js index dc8e20e4a8..049f06b1e2 100644 --- a/config/environment.default.js +++ b/config/environment.default.js @@ -26,5 +26,5 @@ module.exports = { // replay will transfer an array of actions to browser, actions replay automatically prerenderStrategy: 'rehydrate', // NOTE: will log all redux actions and transfers in console - debug: true + debug: false };