]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Cleanup debug counters
[stockfish] / src / search.cpp
index 07700c6c2dd6cbdd27dd0a48cf985e0f4ddf74aa..ff489c9627395a99109e89fbd0186c0359d1f5d4 100644 (file)
@@ -1933,11 +1933,8 @@ split_point_start: // At split points actual search starts from here
     {
         lastInfoTime = t;
 
-        if (dbg_show_mean)
-            dbg_print_mean();
-
-        if (dbg_show_hit_rate)
-            dbg_print_hit_rate();
+        dbg_print_mean();
+        dbg_print_hit_rate();
 
         // Send info on searched nodes as soon as we return to root
         SendSearchedNodes = true;