runedoku: Remove debugging
This commit is contained in:
@@ -102,17 +102,6 @@ class Sudoku
|
||||
return true;
|
||||
}
|
||||
|
||||
public void display()
|
||||
{
|
||||
for (int i = 0; i < SIZE; i++)
|
||||
{
|
||||
for (int j = 0; j < SIZE; j++)
|
||||
{
|
||||
System.out.print(" " + board[i][j]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int[][] getBoard()
|
||||
{
|
||||
return board;
|
||||
|
||||
Reference in New Issue
Block a user