removed useless comment
This commit is contained in:
parent
7147cd2e97
commit
f2fdeac92e
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue