mirror of
				https://github.com/lov3b/Schack.git
				synced 2025-11-04 07:00:21 +01:00 
			
		
		
		
	Remove sout
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user