소스 검색

Remove comments with version(date)

Enoc 4 년 전
부모
커밋
e549e57431
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      lib/docs/scrapers/mdn/dom.rb
  2. 0 2
      lib/docs/scrapers/mdn/html.rb

+ 0 - 2
lib/docs/scrapers/mdn/dom.rb

@@ -8,7 +8,5 @@ module Docs
 
     options[:root_title] = 'DOM'
 
-    # self.release = '2021-04-29 21:55'
-
   end
 end

+ 0 - 2
lib/docs/scrapers/mdn/html.rb

@@ -29,7 +29,5 @@ module Docs
       url
     end
 
-    # self.release = '2021-04-29 23:00'
-
   end
 end