Remove errant print in `sphinx.ext.coverage` (#11593)

This commit is contained in:
Stephen Finucane
2023-08-15 14:26:17 +01:00
committed by GitHub
parent 19018f01b6
commit 1e0bc26426

View File

@@ -168,7 +168,6 @@ class CoverageBuilder(Builder):
skip_undoc = self.config.coverage_skip_undoc_in_source
for mod_name in modules:
print(mod_name)
ignore = False
for exp in self.mod_ignorexps:
if exp.match(mod_name):