소스 검색

get rid of a debugging message that non v3-authorities were
seeing too, and that doesn't seem to be critical


svn:r11179

Roger Dingledine 18 년 전
부모
커밋
7c49a8d03e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/or/dirvote.c

+ 0 - 2
src/or/dirvote.c

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