Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sphinx/ext/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def build_py_coverage(self) -> None:
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):
Expand Down