Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rc1 committed Jul 24, 2024
1 parent 21abf7a commit e392b58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web-components/high-or-low-game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export class HighOrLowGame extends LitElement {
}
}

// Wait for 4 seconds then trigger a screen change
await wait(this.displayResultsForMs);
this.gameState = makeNewRound(this.gameState!);
}
Expand Down Expand Up @@ -185,4 +184,4 @@ export class HighOrLowGame extends LitElement {
return html`<p>Unknown screen</p>`;
}
}
}
}

0 comments on commit e392b58

Please sign in to comment.