Skip to content

Commit 81ca35b

Browse files
committed
Remove debug notice.
1 parent bbb2445 commit 81ca35b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/async/http/faraday/adapter.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,12 @@ def call(env)
6565
Sync do
6666
with_timeout do
6767
response = @internet.call(env[:method].to_s.upcase, env[:url].to_s, env[:request_headers], env[:body] || [])
68-
68+
6969
save_response(env, response.status, response.read, response.headers)
7070
end
7171
ensure
7272
# If we are the top level task, even if we are persistent, we must close the connection:
7373
if parent.nil? || !@persistent
74-
Async.logger.debug(self) {"Closing persistent connections."}
7574
@internet.close
7675
end
7776
end

0 commit comments

Comments
 (0)