Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored May 22, 2024
1 parent bb6a201 commit 0270250
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const VideoStreamingSection = ({

const { isNotAllowedToPublish, isScreenOnlyPublishParams, hasSubscribedRolePublishing } = useWaitingRoomInfo();

console.log('pring ', isNotAllowedToPublish, isScreenOnlyPublishParams, hasSubscribedRolePublishing);
useEffect(() => {
if (!isConnected) {
return;
Expand Down

0 comments on commit 0270250

Please sign in to comment.