Skip to content

Commit 30bdc5f

Browse files
author
Kyle Hamlin
committed
remove print
1 parent c91d192 commit 30bdc5f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sailthru/sailthru_http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def sailthru_http_request(url, data, method, file_data=None, headers=None):
4141
else:
4242
headers = sailthru_headers
4343
try:
44-
print(headers)
4544
response = requests.request(method, url, params=params, data=data, files=file_data, headers=headers, timeout=10)
4645
return SailthruResponse(response)
4746
except requests.HTTPError as e:

0 commit comments

Comments
 (0)