mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
remoe download list logging
This commit is contained in:
@@ -44,10 +44,6 @@ export class Mods extends React.Component<IProps, IState> {
|
|||||||
category: '',
|
category: '',
|
||||||
}
|
}
|
||||||
|
|
||||||
setInterval(() => {
|
|
||||||
console.log(this.props.downloadHandler.downloads)
|
|
||||||
}, 5000)
|
|
||||||
|
|
||||||
this.setCategory = this.setCategory.bind(this)
|
this.setCategory = this.setCategory.bind(this)
|
||||||
this.addDownload = this.addDownload.bind(this)
|
this.addDownload = this.addDownload.bind(this)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user