Browse Source

oops, remove debugging log message.

svn:r17247
Nick Mathewson 17 years ago
parent
commit
00a90177fa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/routerlist.c

+ 0 - 2
src/or/routerlist.c

@@ -284,8 +284,6 @@ trusted_dirs_remove_old_certs(void)
   if (!trusted_dir_certs)
     return;
 
-  log_notice(LD_DIR, "REMOVE OLD");
-
   DIGESTMAP_FOREACH(trusted_dir_certs, key, cert_list_t *, cl) {
     authority_cert_t *newest = NULL;
     SMARTLIST_FOREACH(cl->certs, authority_cert_t *, cert,