Skip to content

Commit 7c4cb89

Browse files
committed
And lint
1 parent fe05107 commit 7c4cb89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/games/homeworlds.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export class HomeworldsGame extends GameBase {
128128
if (typeof state === "number") {
129129
this.numplayers = state;
130130
if (variants !== undefined) {
131-
console.log(`adding variants ${JSON.stringify(variants)}`);
132131
this.variants = [...variants];
133132
}
134133
const fresh: IMoveState = {

0 commit comments

Comments
 (0)