Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Nov 22, 2021
1 parent e6e009e commit 5e6253e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx/ext/mathjax.py
Expand Up @@ -85,7 +85,6 @@ def install_mathjax(app: Sphinx, pagename: str, templatename: str, context: Dict
if app.config.mathjax_options:
options.update(app.config.mathjax_options)
if 'async' not in options and 'defer' not in options:
print(options, app.config.mathjax3_config)
if app.config.mathjax3_config:
# Load MathJax v3 via "defer" method
options['defer'] = 'defer'
Expand Down

0 comments on commit 5e6253e

Please sign in to comment.