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:
parent
ecb9179750
commit
55b4919179
@ -58,8 +58,6 @@ def main(path):
|
|||||||
urls.append(ref)
|
urls.append(ref)
|
||||||
fd.close()
|
fd.close()
|
||||||
|
|
||||||
#print(len(urls))
|
|
||||||
|
|
||||||
for url in urls:
|
for url in urls:
|
||||||
if not url.startswith("http"):
|
if not url.startswith("http"):
|
||||||
print("markdown file name: " + url)
|
print("markdown file name: " + url)
|
||||||
|
Loading…
Reference in New Issue
Block a user