removed unnecessary console.error
This commit is contained in:
parent
53fa502c89
commit
7525879b5c
1 changed files with 0 additions and 4 deletions
|
@ -40,8 +40,6 @@ export function install(args: InstallArgs = {}) {
|
|||
store.wasInstallSuccessful.set(true)
|
||||
})
|
||||
.catch((err: InstallErr) => {
|
||||
console.error(err)
|
||||
|
||||
store.lastInstallErr.set(err)
|
||||
})
|
||||
}
|
||||
|
@ -66,8 +64,6 @@ export function remove(gamePath: string = "") {
|
|||
store.wasRemoveSuccessful.set(true)
|
||||
})
|
||||
.catch((err: RemoveErr) => {
|
||||
console.error(err)
|
||||
|
||||
store.lastRemoveErr.set(err)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue