Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e9bdb3

Browse files
committed
💥 remove console.log
1 parent a68a72a commit 6e9bdb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/offline/offline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ def plot(figure_or_data,
253253
'<script type="text/javascript">'
254254
'window.removeEventListener("resize");'
255255
'window.addEventListener("resize", function(){{'
256-
'console.log("resize");'
257256
'Plotly.Plots.resize(document.getElementById("{id}"));}});'
258257
'</script>'
259258
).format(id=plotdivid)

0 commit comments

Comments
 (0)