소스 검색

remove some commented-out code that may tempt us to do ill

svn:r5320
Nick Mathewson 20 년 전
부모
커밋
b39d03116b
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/or/routerlist.c

+ 0 - 6
src/or/routerlist.c

@@ -2714,11 +2714,6 @@ router_list_downloadable(void)
     }
   }
 
-  /*
-  log_fn(LOG_NOTICE, "%d downloads already in progress",
-         smartlist_len(downloading));
-  smartlist_sort_strings(downloading);
-  */
   if (n_downloadable) {
     SMARTLIST_FOREACH(downloading, const char *, d,
     {
@@ -2727,7 +2722,6 @@ router_list_downloadable(void)
         rs->should_download = 0;
         --n_downloadable;
         ++n_in_progress;
-        // log_fn(LOG_NOTICE, "%s is in-progress; not fetching", dl);
       }
     });
   }