Skip to content

Commit

Permalink
turnaround: Remove invalid posthook
Browse files Browse the repository at this point in the history
  • Loading branch information
x-sheep committed Sep 9, 2024
1 parent ae1570a commit 0a7415d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/variety/turnaround.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@
}
}
return clist;
},

posthook: {
qnum: function(num) {
if (num >= 0) {
this.checkAutoCmp();
}
}
}
},
Board: {
Expand Down

0 comments on commit 0a7415d

Please sign in to comment.