Skip to content

Commit ced2c8b

Browse files
committed
Remove print statement
1 parent 34ccc60 commit ced2c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_base_renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def activate(self):
272272
cls=self.__class__.__name__
273273
)
274274
)
275-
print("self.connected: ", self.connected)
275+
276276
if self.connected:
277277
script = """\
278278
<script type="text/javascript">

0 commit comments

Comments
 (0)