Skip to content

Commit 0c7e750

Browse files
committed
Remove debugging print statement
1 parent a0c4b33 commit 0c7e750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numpydoc/numpydoc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ def mangle_docstrings(app, what, name, obj, options, lines):
7575
app.config.numpydoc_show_inherited_class_members,
7676
'class_members_toctree': app.config.numpydoc_class_members_toctree}
7777

78-
print(locals())
79-
8078
u_NL = sixu('\n')
8179
if what == 'module':
8280
# Strip top title

0 commit comments

Comments
 (0)