Skip to content

Commit c9d3231

Browse files
committed
Revert logging
1 parent 9766828 commit c9d3231

File tree

1 file changed

+0
-2
lines changed
  • packages/react-composites/src/composites/CallComposite/components/buttons

1 file changed

+0
-2
lines changed

packages/react-composites/src/composites/CallComposite/components/buttons/Microphone.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export const Microphone = (props: {
3838
const role = useSelector(getRole);
3939
const unmuteMicCapability = useSelector(getCapabilites)?.unmuteMic;
4040

41-
console.error('Microphone.tsx: ', role, unmuteMicCapability);
42-
4341
/**
4442
* When call is in connecting state, microphone button should be disabled.
4543
* This is due to to headless limitation where a call can not be muted/unmuted in lobby.

0 commit comments

Comments
 (0)