mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
UI logging supressed for production.
This commit is contained in:
parent
2b0c6953e2
commit
041538e89e
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@ global.METAMASK_DEBUG = false
|
||||
module.exports = configureStore
|
||||
|
||||
const loggerMiddleware = createLogger({
|
||||
predicate: () => global.METAMASK_DEBUG ? true : false
|
||||
predicate: () => global.METAMASK_DEBUG,
|
||||
})
|
||||
|
||||
const middlewares = [thunkMiddleware, loggerMiddleware]
|
||||
|
Loading…
Reference in New Issue
Block a user