We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dac8c7 commit 5aca7cfCopy full SHA for 5aca7cf
src/components/PreJoinScreens/DeviceSelectionScreen/DeviceSelectionScreen.tsx
@@ -119,7 +119,6 @@ export default function DeviceSelectionScreen({
119
getToken(name, roomName).then(token => connect(token));
120
121
if (captureFeedback) {
122
- console.log('rating is being captured ====== ');
123
setTimeout(() => {
124
let rating = (Math.floor(Math.random() * 5) + 1) as any;
125
let message = `User rating is ${rating}`;
0 commit comments