Explorar el Código

oops, remove debugging log message.

svn:r17247
Nick Mathewson hace 17 años
padre
commit
00a90177fa
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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,