We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd7c4f commit aa13a97Copy full SHA for aa13a97
plotly/io/_base_renderers.py
@@ -85,7 +85,6 @@ def __init__(self, config=None):
85
self.config = dict(config) if config else {}
86
87
def to_mimebundle(self, fig_dict):
88
- print("in PlotlyRenderer")
89
config = _get_jconfig(self.config)
90
if config:
91
fig_dict["config"] = config
0 commit comments