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:
parent
110358abb2
commit
5f95596f39
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ module Fog
|
||||||
|
|
||||||
def issue_request(params={},headers={},method='GET',expects=200)
|
def issue_request(params={},headers={},method='GET',expects=200)
|
||||||
begin
|
begin
|
||||||
response = @connection.request({
|
@connection.request({
|
||||||
:query => params,
|
:query => params,
|
||||||
:headers => headers,
|
:headers => headers,
|
||||||
:method => method,
|
:method => method,
|
||||||
|
|
Loading…
Reference in a new issue