diff --git a/ui/src/Game.tsx b/ui/src/Game.tsx index 85a777e..29e7630 100644 --- a/ui/src/Game.tsx +++ b/ui/src/Game.tsx @@ -134,7 +134,7 @@ export function Game(props: { }) .catch((error) => { console.error({error}); - logDispatch(
{error}
); + //logDispatch(
{error}
); }); } @@ -511,7 +511,7 @@ export function Game(props: { }) }}/>); } else { - logDispatch(
{error}
); + //logDispatch(
{error}
); } @@ -539,9 +539,8 @@ export function Game(props: { }) .catch((error) => { console.error({error}); - logDispatch(
{error}
); + //logDispatch(
{error}
); }); - } }}>Pass