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