remoe download list logging

This commit is contained in:
SpikeHD
2022-07-24 20:13:08 -07:00
parent c42c708db5
commit 412acdd317

View File

@@ -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)
}