Remove unwanted console.table (#11477)

pull/28217/head
Germain 2023-08-29 12:43:02 +01:00 committed by GitHub
parent e8e56f8164
commit 200631f3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -142,13 +142,6 @@ export const useRoomCallStatus = (
useElementCallExclusively,
]);
console.table({
voiceCallDisabledReason,
voiceCallType,
videoCallDisabledReason,
videoCallType,
});
/**
* We've gone through all the steps
*/