Skip to content

Commit

Permalink
remove debug print() (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky authored and Nikolay Kim committed Feb 1, 2017
1 parent 9879a88 commit d9d63d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def _request(self, method, url, *,
proxy=proxy, proxy_auth=proxy_auth, timeout=read_timeout)

# None conn_timeout is a Timeout no-op
print(conn_timeout)
with Timeout(conn_timeout, loop=self._loop):
conn = yield from self._connector.connect(req)
conn.writer.set_tcp_nodelay(True)
Expand Down

0 comments on commit d9d63d7

Please sign in to comment.