Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove unwanted console.table (#11477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Aug 29, 2023
1 parent e8e56f8 commit 200631f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/hooks/room/useRoomCallStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@ export const useRoomCallStatus = (
useElementCallExclusively,
]);

console.table({
voiceCallDisabledReason,
voiceCallType,
videoCallDisabledReason,
videoCallType,
});

/**
* We've gone through all the steps
*/
Expand Down

0 comments on commit 200631f

Please sign in to comment.