mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
log cleanup
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user