From 86274e967d900077f5e509d436d92f5a5db34b63 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 27 May 2014 14:41:20 +0100 Subject: Fixes flakes after flake8 upgrade --- docs/_ext/applyxrefs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/_ext/applyxrefs.py') 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: -- cgit v1.2.1