Skip to content

Commit

Permalink
Quiet output
Browse files Browse the repository at this point in the history
Only show the words being added to a local dictionary if debugging is
enabled.
  • Loading branch information
dhellmann committed Feb 16, 2014
1 parent 515f383 commit 9dcdb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/spelling/directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):
continue
good_words.extend(entry.split())
if good_words:
env.app.info(
env.app.debug(
'Extending local dictionary for %s with %s' % (
env.docname, str(good_words))
)
Expand Down

0 comments on commit 9dcdb28

Please sign in to comment.