Skip to content

Commit

Permalink
🔇 chore: remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
omidnikrah committed Dec 26, 2024
1 parent 3f7bb33 commit 8c6b36c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/frontend/src/pages/GameRoom/components/Player/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ export const Player = ({ team, data, isJoined, position }: IPlayer) => {
const isTargetPlayer = data?.id === handFillingData?.toPlayerId;
const isDirectionLeft = handFillingData?.direction === 'left';

console.log('isTargetPlayer => ', isTargetPlayer);
console.log('isDirectionLeft => ', isDirectionLeft);

fillingHandDirection =
isTargetPlayer === isDirectionLeft ? 'right' : 'left';
}
Expand Down

0 comments on commit 8c6b36c

Please sign in to comment.