removed log item

This commit is contained in:
Alexey Kasyanchuk 2018-03-26 20:59:09 +03:00
parent c78857db60
commit bd078161a9

View File

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