Skip to content

Commit 6f12ba8

Browse files
committed
delete print lines from debugging
1 parent c195e78 commit 6f12ba8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plotly/plotly/plotly.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,10 +966,6 @@ def upload(cls, grid, filename,
966966
req = requests.post(upload_url, data=payload,
967967
headers=_api_v2.headers(),
968968
verify=get_config()['plotly_ssl_verification'])
969-
print payload
970-
print ''
971-
print ''
972-
print _api_v2.headers()
973969

974970
res = _api_v2.response_handler(req)
975971

0 commit comments

Comments
 (0)