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