mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Don't log call audio levels actions to console in dev mode
This commit is contained in:
@@ -40,6 +40,9 @@ const logger = createLogger({
|
||||
if (action.type === 'network/CHECK_NETWORK_STATUS') {
|
||||
return false;
|
||||
}
|
||||
if (action.type === 'calling/GROUP_CALL_AUDIO_LEVELS_CHANGE') {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user