removed useless line
This commit is contained in:
parent
c97c20625e
commit
c2575a8bee
|
|
@ -71,8 +71,8 @@ public class Board {
|
|||
}
|
||||
}
|
||||
|
||||
public void cleanBoard() {
|
||||
this.populateBoard(); // not sure at all
|
||||
public void cleanBoard() {
|
||||
//TO DO
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue