Skip to content

Commit 5e6253e

Browse files
committed
Remove debug print
1 parent e6e009e commit 5e6253e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sphinx/ext/mathjax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def install_mathjax(app: Sphinx, pagename: str, templatename: str, context: Dict
8585
if app.config.mathjax_options:
8686
options.update(app.config.mathjax_options)
8787
if 'async' not in options and 'defer' not in options:
88-
print(options, app.config.mathjax3_config)
8988
if app.config.mathjax3_config:
9089
# Load MathJax v3 via "defer" method
9190
options['defer'] = 'defer'

0 commit comments

Comments
 (0)