diff options
Diffstat (limited to 'src/ctaklm.c')
| -rw-r--r-- | src/ctaklm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c index 2e0e2b3..e0022d1 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -312,8 +312,6 @@ negamax_display_progress(const uint8_t depth, const uint32_t length) { static int negamax_turn(void) { if (won == 0xFF) { - fputs("Computing: 0%", stdout); - fflush(stdout); // Run the minimax sum_depth = 0; num_check = 0; progress = 0; float minimax = negamax_generate(); |
