Skip to content

Commit a3a67f3

Browse files
committed
Linting again *sighs*
1 parent 63ca8e7 commit a3a67f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/games/pacru.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,6 @@ export class PacruGame extends GameBase {
14661466

14671467
// Add annotations
14681468
if (this.results.length > 0) {
1469-
console.log(JSON.stringify(this.results));
14701469
rep.annotations = [];
14711470
for (const move of this.results) {
14721471
if (move.type === "move") {

0 commit comments

Comments
 (0)