]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Remove InfiniteSearch hack
[stockfish] / src / search.cpp
index 8c5319b23d607cdf72cf350900b1da18f517abd4..e44dd85481e5a83dab4849a5741087abd92eb160 100644 (file)
@@ -841,7 +841,7 @@ namespace {
 
     // If we are pondering or in infinite search, we shouldn't print the
     // best move before we are told to do so.
-    if (!AbortSearch && !ExactMaxTime && (PonderSearch || InfiniteSearch))
+    if (!AbortSearch && (PonderSearch || InfiniteSearch))
         wait_for_stop_or_ponderhit();
     else
         // Print final search statistics