Skip to content

Commit 1e0bc26

Browse files
authored
Remove errant print in sphinx.ext.coverage (#11593)
1 parent 19018f0 commit 1e0bc26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sphinx/ext/coverage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def build_py_coverage(self) -> None:
168168
skip_undoc = self.config.coverage_skip_undoc_in_source
169169

170170
for mod_name in modules:
171-
print(mod_name)
172171
ignore = False
173172
for exp in self.mod_ignorexps:
174173
if exp.match(mod_name):

0 commit comments

Comments
 (0)