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

@@ -53,8 +53,6 @@ export class Mods extends React.Component<IProps, IState> {
}
async addDownload(mod: ModData) {
console.log('Downloading:', mod.name)
const modFolder = await getModsFolder()
const modPath = `${modFolder}${mod.id}.zip`
const dlLinks = await getModDownload(String(mod.id))