summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHimanshu Shekhar <himanshushekharb16@gmail.com>2017-04-29 23:40:12 +0530
committerHimanshu Shekhar <himanshushekharb16@gmail.com>2017-04-29 23:40:12 +0530
commit0647e9c6b8c6cf20e4e54f48682eb1ddb87f0b2d (patch)
tree7c6573d203870e5099de290881a678594b33ebd4 /scripts
parent866a326aaddbcc1903e2d1eebe065b5d4be3fc36 (diff)
downloadpsutil-0647e9c6b8c6cf20e4e54f48682eb1ddb87f0b2d.tar.gz
remove print statement from utility function
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/check_broken_links.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/internal/check_broken_links.py b/scripts/internal/check_broken_links.py
index 3f178bbd..b1074dd3 100755
--- a/scripts/internal/check_broken_links.py
+++ b/scripts/internal/check_broken_links.py
@@ -57,7 +57,6 @@ def get_urls(filename):
# fname = os.path.abspath(os.path.join(HERE, filename))
# expecting absolute path
fname = os.path.abspath(filename)
- print(fname)
text = ''
with open(fname) as f:
text = f.read()