1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Remove unnecessary comment from delete_bucket_policy.

This commit is contained in:
Alexander Stuart-Kregor 2017-02-12 12:26:25 +00:00
parent 869c2ecc53
commit 9d0d931d5b

View file

@ -33,7 +33,6 @@ module Fog
end
else
raise(Excon::Errors.status_error({:expects => 200}, response))
# raise Fog::AWS::IAM::NotFound.new("The bucket with name #{bucket_name} cannot be found.")
end
end
end