Skip to content

Commit

Permalink
Update 81_arrows.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Mar 16, 2021
1 parent 9cd963d commit c1a8ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/81_arrows.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function DrawArrows(node, specific_source = null, show_move = null) { // node,
// Filter for ab mode...

if (mode === "ab") {

if (loss >= config.ab_filter_threshold) {
ok = false;
}
Expand Down

0 comments on commit c1a8ecc

Please sign in to comment.