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 };