remove commented code

This commit is contained in:
HoneyryderChuck 2018-06-06 15:42:56 +01:00
parent a54fab5998
commit c521f226fc

View File

@ -52,13 +52,6 @@ module HTTPX
def fetch_response(request)
@responses.delete(request)
#response = @responses.delete(request)
#if response.is_a?(ErrorResponse)
# channel = find_channel(request)
# channel.send(request)
# return
#end
#response
end
def find_channel(request, **options)