Kaynağa Gözat

Scripts/get_all_links: Remove unnecessary comment

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
SeongJae Park 4 yıl önce
ebeveyn
işleme
55b4919179
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      Scripts/get_all_links.py

+ 0 - 2
Scripts/get_all_links.py

@@ -58,8 +58,6 @@ def main(path):
                     urls.append(ref)
         fd.close()
 
-    #print(len(urls))
-
     for url in urls:
         if not url.startswith("http"):
             print("markdown file name: " + url)