summaryrefslogtreecommitdiff
path: root/docs/_ext/applyxrefs.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_ext/applyxrefs.py')
-rw-r--r--docs/_ext/applyxrefs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/_ext/applyxrefs.py b/docs/_ext/applyxrefs.py
index 93222a33..8ad57e80 100644
--- a/docs/_ext/applyxrefs.py
+++ b/docs/_ext/applyxrefs.py
@@ -47,7 +47,6 @@ def has_target(fn):
if not readok:
return (True, None)
- #print fn, len(lines)
if len(lines) < 1:
print("Not touching empty file %s." % fn)
return (True, None)
@@ -69,7 +68,6 @@ def main(argv=None):
files.extend([(dirpath, f) for f in filenames])
files.sort()
files = [os.path.join(p, fn) for p, fn in files if fn.endswith('.txt')]
- #print files
for fn in files:
if fn in DONT_TOUCH: