Skip to content

Commit 373e10f

Browse files
committed
Damn linting!
1 parent bccdbe4 commit 373e10f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/games/pacru.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,8 @@ export class PacruGame extends GameBase {
580580

581581
// auto-trigger reorientation if the selected piece has no base moves
582582
if (newmove.length === 2) {
583-
console.log(`newmove: ${newmove}`)
584583
const matches = this.baseMoves().filter(mv => mv.startsWith(newmove));
585584
if (matches.length === 0) {
586-
console.log("no matches")
587585
newmove += "*";
588586
}
589587
}

0 commit comments

Comments
 (0)