get rid of a debugging message that non v3-authorities were

seeing too, and that doesn't seem to be critical


svn:r11179
This commit is contained in:
Roger Dingledine 2007-08-19 04:28:56 +00:00
parent effbf59428
commit 7c49a8d03e

View File

@ -1232,8 +1232,6 @@ dirvote_clear_pending_votes(void)
networkstatus_vote_free(pending_consensus);
pending_consensus = NULL;
}
log_notice(LD_DIR, "Pending votes cleared.");
}
/* XXXX020 delete me. */