mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remove some debugging garbage
svn:r5092
This commit is contained in:
@@ -2287,7 +2287,6 @@ router_list_downloadable(void)
|
||||
if (rs->n_download_failures >= MAX_ROUTERDESC_DOWNLOAD_FAILURES)
|
||||
continue;
|
||||
smartlist_add(superseded, tor_strdup(key));
|
||||
log_fn(LOG_NOTICE, "!!!!%d", ((routerstatus_t*)val)->n_download_failures);
|
||||
}
|
||||
|
||||
strmap_free(status_map, NULL);
|
||||
|
||||
Reference in New Issue
Block a user