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

Remove unused variable

This commit is contained in:
James Herdman 2012-05-14 13:49:09 -04:00
parent 8d95d5bff2
commit bd948fee3e

View file

@ -61,7 +61,7 @@ module Fog
end
begin
do_request(params)
rescue Excon::Errors::Unauthorized => e
rescue Excon::Errors::Unauthorized
@cookie = auth_token
do_request(params)
end