Private
Public Access
1
0

removing print statement

This commit is contained in:
Sander Roosendaal
2022-08-17 06:47:35 +02:00
parent b88aa0a246
commit 1fec766e60

View File

@@ -166,9 +166,6 @@ def uploadactivity(access_token, filename, description='',
data=json.dumps(data),
headers=headers, verify=False)
print(resp.headers['Location'])
if resp.status_code not in (200, 202): # pragma: no cover
dologging('tp_export.log',resp.status_code)
dologging('tp_export.log',resp.reason)