Skip to content

Commit aa13a97

Browse files
committed
remove print statement
1 parent 1cd7c4f commit aa13a97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/io/_base_renderers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def __init__(self, config=None):
8585
self.config = dict(config) if config else {}
8686

8787
def to_mimebundle(self, fig_dict):
88-
print("in PlotlyRenderer")
8988
config = _get_jconfig(self.config)
9089
if config:
9190
fig_dict["config"] = config

0 commit comments

Comments
 (0)