From 2e323bf7c20cc59a8d2017517b14d615344c5863 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 16 Nov 2025 16:17:36 +0100 Subject: Changed the README --- src/main.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/main.js b/src/main.js index 654300a..59f66d0 100644 --- a/src/main.js +++ b/src/main.js @@ -37,7 +37,6 @@ export class GameManager extends Manager { } addBehaviour() { let confirmedStatus = this.data[0].status; - let description = confirmedStatus ? "Round " + this.round : "Proposal"; document.getElementById("Game-description").innerHTML = description; } @@ -128,7 +127,6 @@ export class GameManager extends Manager { for (let i = 0; i < this.data.length; i++) { this.data[i].status = true; } - // Increment the number of games played let selectedPlayers = []; for (let game of this.data) { console.log(game); -- cgit v1.3.1