removed useless comment

This commit is contained in:
Jérôme BEDIER 2025-05-06 17:22:54 +02:00
parent 7147cd2e97
commit f2fdeac92e
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ public class Move {
this.capturedPiece = piece; this.capturedPiece = piece;
} }
@Override
public String toString() { public String toString() {
return String.format("Move from (%d,%d) to (%d,%d)", fromX, fromY, toX, toY); return String.format("Move from (%d,%d) to (%d,%d)", fromX, fromY, toX, toY);
} }