Skip to content
Prev Previous commit
Next Next commit
Remove print statement
  • Loading branch information
marthacryan committed Sep 11, 2024
commit ced2c8b9a0536b20244afde176de5fef38d47afe
2 changes: 1 addition & 1 deletion packages/python/plotly/plotly/io/_base_renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def activate(self):
cls=self.__class__.__name__
)
)
print("self.connected: ", self.connected)

if self.connected:
script = """\
<script type="text/javascript">
Expand Down