diff --git a/src/py/kaleido/scopes/plotly.py b/src/py/kaleido/scopes/plotly.py index 33bc6ff..500db6d 100644 --- a/src/py/kaleido/scopes/plotly.py +++ b/src/py/kaleido/scopes/plotly.py @@ -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: