diff --git a/components/Modals/PowerPlayer.tsx b/components/Modals/PowerPlayer.tsx index fb8568a..4e9e0a3 100644 --- a/components/Modals/PowerPlayer.tsx +++ b/components/Modals/PowerPlayer.tsx @@ -79,7 +79,6 @@ export default function PowerPlayer(props: { if (msg.senderUserId == currUser.uid) { // if I am the sender const receiverUser = teamUsersMap[msg.receiverUserId]; - console.log(receiverUser); if (!receiverUser) { return;