mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 18:00:33 +01:00
oops, remove debugging log message.
svn:r17247
This commit is contained in:
parent
8157b8b766
commit
00a90177fa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user