Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2373ec5

Browse files
committed
Remove debugging statements.
1 parent b3dda0e commit 2373ec5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/atom/http.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,8 @@ def _prepare_connection(self, url, headers):
213213
# The request was HTTP or HTTPS, but there was no appropriate proxy set.
214214
return HttpClient._prepare_connection(self, url, headers)
215215
else:
216-
print '!!!!%s' % proxy_settings
217216
proxy_auth = _get_proxy_auth(proxy_settings)
218217
proxy_netloc = _get_proxy_net_location(proxy_settings)
219-
print '!!!!%s' % proxy_auth
220-
print '!!!!%s' % proxy_netloc
221218
if url.protocol == 'https':
222219
# Set any proxy auth headers
223220
if proxy_auth:

0 commit comments

Comments
 (0)