This commit is contained in:
Igor Katson 2021-07-14 13:42:42 +01:00
parent 98dff76c40
commit 65d2e5b87f
3 changed files with 5 additions and 13 deletions

View file

@ -244,11 +244,6 @@ impl TorrentManager {
options,
});
// spawn("stats printer", {
// let this = mgr.clone();
// async move { this.stats_printer().await }
// });
spawn("speed estimator updater", {
let state = mgr.state.clone();
async move {