diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-07 15:03:06 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-07 15:03:16 +0900 |
commit | ae24524d5f95cb7c94ffb2404322f1d0c0e4a6e1 (patch) | |
tree | 99e2181447ec20d3c52de8d966a2f8fecb3dc962 /sphinx/ext/autodoc.py | |
parent | 13df6f20ea9ff0a61b990ebb5ffad1ba2e251fa1 (diff) | |
download | sphinx-git-ae24524d5f95cb7c94ffb2404322f1d0c0e4a6e1.tar.gz |
Drop debug2() (refs: #3304)
Diffstat (limited to 'sphinx/ext/autodoc.py')
-rw-r--r-- | sphinx/ext/autodoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py index 3e7f84b8e..01ced26de 100644 --- a/sphinx/ext/autodoc.py +++ b/sphinx/ext/autodoc.py @@ -1762,7 +1762,7 @@ class AutoDirective(Directive): if not self.result: return self.warnings - logger.debug2('[autodoc] output:\n%s', '\n'.join(self.result)) + logger.debug('[autodoc] output:\n%s', '\n'.join(self.result)) # record all filenames as dependencies -- this will at least # partially make automatic invalidation possible |