Skip to content

Commit 5aca7cf

Browse files
committed
removed console.log
1 parent 8dac8c7 commit 5aca7cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/PreJoinScreens/DeviceSelectionScreen/DeviceSelectionScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default function DeviceSelectionScreen({
119119
getToken(name, roomName).then(token => connect(token));
120120

121121
if (captureFeedback) {
122-
console.log('rating is being captured ====== ');
123122
setTimeout(() => {
124123
let rating = (Math.floor(Math.random() * 5) + 1) as any;
125124
let message = `User rating is ${rating}`;

0 commit comments

Comments
 (0)