Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Dec 12, 2021
1 parent 253debf commit 39385aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/95_hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -915,11 +915,10 @@ let hub_props = {
if (relevant_node !== this.tree.node) {
LogBoth(`(ignored bestmove, relevant_node !== hub.tree.node, config.behaviour was "${config.behaviour}")`);
this.set_behaviour("halt");
break;
} else {
this.continue_auto_analysis();
}

this.continue_auto_analysis();

break;

case "analysis_free": // We hit the node limit.
Expand Down

0 comments on commit 39385aa

Please sign in to comment.