From 837b223c8c7f7aae7ec04a7aa82572202fd0972c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 18 Sep 2005 04:32:58 +0000 Subject: [PATCH] remove some debugging garbage svn:r5092 --- src/or/routerlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 8c5f445c0d..49445135c0 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -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);