remove unneeded console log
This commit is contained in:
parent
5974e161a6
commit
ca2d388275
@ -141,7 +141,6 @@ export default function() {
|
|||||||
session.goal = 2;
|
session.goal = 2;
|
||||||
session.anotherGame();
|
session.anotherGame();
|
||||||
session.currentGame.currentRound.winner = Team.We;
|
session.currentGame.currentRound.winner = Team.We;
|
||||||
console.log("too late");
|
|
||||||
|
|
||||||
// give the change events a chance to execute
|
// give the change events a chance to execute
|
||||||
await new Promise((resolve) => setTimeout(resolve, 10));
|
await new Promise((resolve) => setTimeout(resolve, 10));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user