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:
parent
869c2ecc53
commit
9d0d931d5b
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ module Fog
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
raise(Excon::Errors.status_error({:expects => 200}, response))
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue