Scripts/get_all_links: Remove unnecessary comment

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
pull/737/head
SeongJae Park 4 years ago
parent ecb9179750
commit 55b4919179

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

Loading…
Cancel
Save