Skip to content

Commit

Permalink
fix: remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Oct 10, 2023
1 parent b33e282 commit 428051e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/roomkit-react/src/Prebuilt/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ function AppRoutes({
if (!roomLayout) {
return;
}
console.log({ roomState, prevRoomState });
if (roomState === HMSRoomState.Connected) {
setActiveState(PrebuiltStates.MEETING);
} else if (roomState === HMSRoomState.Disconnecting) {
Expand Down

0 comments on commit 428051e

Please sign in to comment.