WIP - remove some user visible debug information

This commit is contained in:
Joel Therrien 2024-12-25 20:30:18 -08:00
parent 81cb9772e3
commit 254bbe8723

View file

@ -134,7 +134,7 @@ export function Game(props: {
}) })
.catch((error) => { .catch((error) => {
console.error({error}); console.error({error});
logDispatch(<div>{error}</div>); //logDispatch(<div>{error}</div>);
}); });
} }
@ -511,7 +511,7 @@ export function Game(props: {
}) })
}}/>); }}/>);
} else { } else {
logDispatch(<div>{error}</div>); //logDispatch(<div>{error}</div>);
} }
@ -539,9 +539,8 @@ export function Game(props: {
}) })
.catch((error) => { .catch((error) => {
console.error({error}); console.error({error});
logDispatch(<div>{error}</div>); //logDispatch(<div>{error}</div>);
}); });
} }
}}>Pass }}>Pass
</button> </button>