log cleanup

This commit is contained in:
SpikeHD
2022-07-24 20:59:45 -07:00
parent 0551f3e6a0
commit 0331bb5faf
5 changed files with 0 additions and 8 deletions

View File

@@ -65,8 +65,6 @@ export class Main extends React.Component<IProps, IState> {
if (wasPatched) {
const unpatched = await unpatchGame()
console.log(`unpatched game? ${unpatched}`)
if (!unpatched) {
alert(
`Could not unpatch game! (You should be able to find your metadata backup in ${await dataDir()}\\cultivation\\)`