Skip to content

Commit

Permalink
removed king print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Apr 29, 2016
1 parent 76ea71e commit 1ee0bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/Square.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public boolean hasPiece() {
}

public void promotePiece() {
System.out.println("Kinged");
this.king = true;
}

Expand Down

0 comments on commit 1ee0bce

Please sign in to comment.