Don't log call audio levels actions to console in dev mode
This commit is contained in:
parent
1cb70547fb
commit
c819d27ce9
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ const logger = createLogger({
|
||||||
if (action.type === 'network/CHECK_NETWORK_STATUS') {
|
if (action.type === 'network/CHECK_NETWORK_STATUS') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (action.type === 'calling/GROUP_CALL_AUDIO_LEVELS_CHANGE') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue