Remove forgotten debug statement.

This commit is contained in:
Alain Bryden
2021-11-17 19:48:22 -04:00
committed by GitHub
parent 091f688360
commit dfd277fc91

View File

@ -43,7 +43,6 @@ export function WorkInProgressRoot(): React.ReactElement {
router.toFaction(faction); router.toFaction(faction);
player.stopFocusing(); player.stopFocusing();
} }
console.log(`${player.currentWorkFactionName} ${player.workRepGainRate}`);
return ( return (
<Grid container direction="column" justifyContent="center" alignItems="center" style={{ minHeight: "100vh" }}> <Grid container direction="column" justifyContent="center" alignItems="center" style={{ minHeight: "100vh" }}>
<Grid item> <Grid item>