Commit 837b223c authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

remove some debugging garbage


svn:r5092
parent 28303296
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);