From 55b491917903f67f7c3ad03fbb833f4e75ea53e5 Mon Sep 17 00:00:00 2001 From: SeongJae Park Date: Sat, 3 Oct 2020 07:26:28 +0200 Subject: [PATCH] Scripts/get_all_links: Remove unnecessary comment Signed-off-by: SeongJae Park --- Scripts/get_all_links.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/get_all_links.py b/Scripts/get_all_links.py index f5abbec..395820f 100755 --- a/Scripts/get_all_links.py +++ b/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)