diff --git a/src/app/top-page.js b/src/app/top-page.js index 757e16e..e451ee9 100644 --- a/src/app/top-page.js +++ b/src/app/top-page.js @@ -43,7 +43,6 @@ export default class TopPage extends Page { this.topTorrents[type] = this.topTorrents[type].concat(data); this.forceUpdate() } - console.log(type, this.topTorrents[type]) }) ) }