Skip to content

Commit 802d1a2

Browse files
committed
Remove debug
1 parent 58c198a commit 802d1a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

caltechdata_api/caltechdata_write.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def send_s3(filepath, token, production=False):
1717

1818
c = session()
1919

20-
print(s3surl)
21-
print(headers)
20+
#print(s3surl)
21+
#print(headers)
2222
response = c.get(s3surl, headers=headers)
2323
jresp = response.json()
2424
data = jresp["data"]
@@ -56,8 +56,8 @@ def send_s3(filepath, token, production=False):
5656
if response.text:
5757
raise Exception(response.text)
5858

59-
print(chkurl + "/" + bucket + "/" + key + "/")
60-
print(headers)
59+
#print(chkurl + "/" + bucket + "/" + key + "/")
60+
#print(headers)
6161
response = c.get(chkurl + "/" + bucket + "/" + key + "/", headers=headers)
6262
print(response)
6363
md5 = response.json()["md5"]

0 commit comments

Comments
 (0)