X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=e38f4021d135a424da33225739ac28f775139e46;hp=367368b738e0493a8ae0ac635ed693421ce77f5c;hb=00e86078a550631e3d045d882ab27f827d3f2378;hpb=2adbb80b8b9eae1378f6c00075446ac7459bb924 diff --git a/src/search.cpp b/src/search.cpp index 367368b7..e38f4021 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -738,8 +738,7 @@ namespace { // Print final search statistics cout << "info nodes " << TM.nodes_searched() << " nps " << nps() - << " time " << current_search_time() - << " hashfull " << TT.full() << endl; + << " time " << current_search_time() << endl; // Print the best move and the ponder move to the standard output if (pv[0] == MOVE_NONE) @@ -2154,7 +2153,7 @@ namespace { dbg_print_hit_rate(); cout << "info nodes " << TM.nodes_searched() << " nps " << nps() - << " time " << t << " hashfull " << TT.full() << endl; + << " time " << t << endl; } // Should we stop the search?