From 412acdd31743a1bc4cff7d4dfa977dfda518df53 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 24 Jul 2022 20:13:08 -0700 Subject: [PATCH] remoe download list logging --- src/ui/Mods.tsx | 4 ---- 1 file changed, 4 deletions(-) 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) }