Remove console prints.
This commit is contained in:
parent
b9ba0bbefa
commit
f975e723a7
@ -72,9 +72,6 @@ impl Game {
|
|||||||
// - Determine game state (check, checkmate).
|
// - Determine game state (check, checkmate).
|
||||||
//
|
//
|
||||||
|
|
||||||
println!("PLAY: {}", play.source);
|
|
||||||
|
|
||||||
|
|
||||||
if valid {
|
if valid {
|
||||||
|
|
||||||
// Move piece on board.
|
// Move piece on board.
|
||||||
@ -148,7 +145,6 @@ impl Game {
|
|||||||
|
|
||||||
// Player retired.
|
// Player retired.
|
||||||
0xF => {
|
0xF => {
|
||||||
println!("RESIGN");
|
|
||||||
self.status = GameStatus::Resign;
|
self.status = GameStatus::Resign;
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user