소스 검색

remove inappropriate todo, file issue instead

George S. Baugh 4 년 전
부모
커밋
82f85e95cb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      lib/Trog/Routes/HTML.pm

+ 0 - 2
lib/Trog/Routes/HTML.pm

@@ -340,8 +340,6 @@ sub redirect_permanent ($to) {
     return [301, ["Location" => $to], ['']];
 }
 
-# TODO Rate limiting route
-
 =head1 NORMAL ROUTES
 
 These are expected to either return a 200, or redirect to something which does.