Skip to content

Commit

Permalink
spectator socket events
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyce committed May 23, 2021
1 parent 0944c46 commit eba9a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/gameboard/Square.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const Square: React.FC<SquareProps> = observer((props) => {
}}
onMouseUp={() => {
setIsOver(false);
console.log('mouse up', gungiStore.currentSelected);
let src: string | Piece | null = gungiStore.currentSelected ?? null;
let selectedPieceColor = '';
if (src?.split('-').length !== 2) {
Expand Down

0 comments on commit eba9a56

Please sign in to comment.