Skip to content

Commit f332922

Browse files
committed
remove print
1 parent f5df6db commit f332922

File tree

1 file changed

+0
-2
lines changed
  • packages/python/plotly/plotly/tests

1 file changed

+0
-2
lines changed

packages/python/plotly/plotly/tests/b64.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ def b64(v):
7171
if v.ndim > 1:
7272
arrObj["shape"] = str(v.shape)[1:-1]
7373

74-
print(arrObj)
75-
7674
return arrObj
7775

7876
return v

0 commit comments

Comments
 (0)