Remove debug print

This commit is contained in:
Takeshi KOMIYA
2021-11-22 00:21:07 +09:00
parent e6e009ebb7
commit 5e6253ed3c

View File

@@ -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'