remove console logs

This commit is contained in:
Viktor Rådberg
2023-12-27 19:57:16 +01:00
parent 4ff7f67484
commit e8528f46ae
3 changed files with 0 additions and 3 deletions

View File

@@ -289,7 +289,6 @@ const Start = () => {
numberOfPlayers={playerOptions.numberOfPlayers}
selectedOrientation={playerOptions.orientation}
onChange={(orientation) => {
console.log('orientation', { orientation });
setPlayerOptions({
...playerOptions,
orientation,