Fix #4100: Remove debug print from autodoc extension

This commit is contained in:
Takeshi KOMIYA 2017-10-01 00:55:04 +09:00
parent db36b42e55
commit fd0a56bd37
2 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Bugs fixed
----------
* #4085: Failed PDF build from image in parsed-literal using ``:align:`` option
* #4100: Remove debug print from autodoc extension
Testing
--------

View File

@ -971,7 +971,6 @@ class Documenter(object):
# keep documented attributes
keep = True
isattr = True
print(membername, keep)
elif want_all and membername.startswith('_'):
# ignore members whose name starts with _ by default
keep = self.options.private_members and \