Skip to content

Commit

Permalink
[trivial] deleted unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkey-bored committed Dec 16, 2023
1 parent e205201 commit 96cdd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/src/logic/pieces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class Pawn extends Piece {
) {
return this.position;
}
console.log(enPassantPosition);

// Pawns can attack diagonally.
const isDiagonalMovement = absDeltaY === 1 && absDeltaX === 1;
this.enPassant =
Expand Down

0 comments on commit 96cdd32

Please sign in to comment.