Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Apr 25, 2022
1 parent 2bd88e8 commit 2f8c918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gems/aws-sdk-s3/lib/aws-sdk-s3/plugins/streaming_retry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def add_event_listeners(context, target)
end

context.http_response.on_error do |error|
puts context.http_response.body
if retryable_body?(context)
if truncated_body?(error)
context.http_request.headers[:range] = "bytes=#{context.http_response.body.size}-"
Expand Down

0 comments on commit 2f8c918

Please sign in to comment.