Simplify debug functions

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-12-30 16:14:24 +01:00
parent 93e539d909
commit 808a312e1c
4 changed files with 20 additions and 45 deletions
+1 -3
View File
@@ -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)