mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Simplify debug functions
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-3
@@ -1974,9 +1974,7 @@ void do_timer_event() {
|
||||
if (system_time() - lastInfoTime >= 1000 || !lastInfoTime)
|
||||
{
|
||||
lastInfoTime = system_time();
|
||||
|
||||
dbg_print_mean();
|
||||
dbg_print_hit_rate();
|
||||
dbg_print();
|
||||
}
|
||||
|
||||
if (Limits.ponder)
|
||||
|
||||
Reference in New Issue
Block a user