Remove sout

This commit is contained in:
lov3b 2022-03-22 16:07:24 +01:00
parent a5fa29a02d
commit e719cf48fe

View File

@ -67,7 +67,6 @@ public abstract class Piece extends Component {
// Instead of checking index and null, try-catch
try {
Piece p = pieces[pos.x][pos.y];
System.out.println(p);
// If this piece is the same team as ours, skip
if (p.isWhite == this.isWhite) {
return true;