mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
turn off debug for default config
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user