Remove logging for audio level changes

master
Stefan Otto 2018-11-14 12:04:37 +01:00
parent 5339903a50
commit c2ff420ea4
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ if (process.env.NODE_ENV === 'development')
{
const reduxLogger = createLogger(
{
predicate : (getState, action) => action.type !== 'SET_PRODUCER_VOLUME',
duration : true,
timestamp : false,
level : 'log',