aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 0 insertions, 2 deletions
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);