1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-02 20:00:56 +00:00

Scripts/get_all_links: Remove unnecessary comment

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
This commit is contained in:
SeongJae Park 2020-10-03 07:26:28 +02:00
parent ecb9179750
commit 55b4919179

View File

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