Skip to content

Commit

Permalink
caller should do forget_analysis()
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Jun 17, 2022
1 parent 11a1b0a commit 1846503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ let node_prototype = {
throw new Error("apply_handicap(): invalid node to apply handicap to");
}

this.forget_analysis();

for (let key of ["AB", "AW", "B", "W", "HA", "PL"]) {
this.delete_key(key);
}
Expand Down

0 comments on commit 1846503

Please sign in to comment.