Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Oct 21, 2024
1 parent c26ea7e commit 97513dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/py/kaleido/scopes/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ def _initialize_mathax(self, mathjax=None):
'vendor',
'MathJax.js'
)
print(f"Vendored mj path: {vendored_mathjax_path}")
mathjax_path = None
if os.path.exists(vendored_mathjax_path):
# MathJax is vendored under kaleido/executable.
# It was probably install as a PyPI wheel
print("Found")
mathjax_path = vendored_mathjax_path

if mathjax_path:
Expand Down

0 comments on commit 97513dd

Please sign in to comment.