Skip to content

Commit

Permalink
Remove silly print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Dec 28, 2012
1 parent 641f461 commit 054e1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requests/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def get_connection(self, url, proxies=None):

if proxy:
proxy = prepend_scheme_if_needed(proxy, urlparse(url).scheme)
print proxy
conn = proxy_from_url(proxy)
else:
conn = self.poolmanager.connection_from_url(url)
Expand Down

0 comments on commit 054e1ab

Please sign in to comment.