Skip to content

Commit 8a7fa50

Browse files
committed
Remove debugging print statement
1 parent d65e16b commit 8a7fa50

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
@@ -76,8 +76,6 @@ def mangle_docstrings(app, what, name, obj, options, lines):
7676
app.config.numpydoc_show_inherited_class_members,
7777
'class_members_toctree': app.config.numpydoc_class_members_toctree}
7878

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

0 commit comments

Comments
 (0)