1
0
Эх сурвалжийг харах

Scripts/get_all_links: Remove unnecessary comment

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
SeongJae Park 4 жил өмнө
parent
commit
55b4919179

+ 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)