mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
remove some commented-out code that may tempt us to do ill
svn:r5320
This commit is contained in:
parent
e5633c2e66
commit
b39d03116b
@ -2714,11 +2714,6 @@ router_list_downloadable(void)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
log_fn(LOG_NOTICE, "%d downloads already in progress",
|
||||
smartlist_len(downloading));
|
||||
smartlist_sort_strings(downloading);
|
||||
*/
|
||||
if (n_downloadable) {
|
||||
SMARTLIST_FOREACH(downloading, const char *, d,
|
||||
{
|
||||
@ -2727,7 +2722,6 @@ router_list_downloadable(void)
|
||||
rs->should_download = 0;
|
||||
--n_downloadable;
|
||||
++n_in_progress;
|
||||
// log_fn(LOG_NOTICE, "%s is in-progress; not fetching", dl);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user