We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe05107 commit 7c4cb89Copy full SHA for 7c4cb89
src/games/homeworlds.ts
@@ -128,7 +128,6 @@ export class HomeworldsGame extends GameBase {
128
if (typeof state === "number") {
129
this.numplayers = state;
130
if (variants !== undefined) {
131
- console.log(`adding variants ${JSON.stringify(variants)}`);
132
this.variants = [...variants];
133
}
134
const fresh: IMoveState = {
0 commit comments