remove comment

This commit is contained in:
Viktor Rådberg
2023-09-28 14:33:29 +02:00
parent 115ed937fe
commit def8bc7b00

View File

@@ -145,7 +145,6 @@ const Start = () => {
setPlayers(createInitialPlayers(initialGameSettings));
setShowPlay(true);
localStorage.setItem('playing', 'false');
// todo maybe showPlay is redundant?
localStorage.setItem('showPlay', 'true');
};