diff --git a/src/ui/Mods.tsx b/src/ui/Mods.tsx index 5361774..1ae42e3 100644 --- a/src/ui/Mods.tsx +++ b/src/ui/Mods.tsx @@ -44,10 +44,6 @@ export class Mods extends React.Component { category: '', } - setInterval(() => { - console.log(this.props.downloadHandler.downloads) - }, 5000) - this.setCategory = this.setCategory.bind(this) this.addDownload = this.addDownload.bind(this) }