mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[HP|Storage] remove debug output
This commit is contained in:
parent
f5d9980c6b
commit
c08a0874d7
2 changed files with 1 additions and 2 deletions
|
@ -263,7 +263,7 @@ module Fog
|
|||
@use_iam_profile = options[:use_iam_profile]
|
||||
setup_credentials(options)
|
||||
@connection_options = options[:connection_options] || {}
|
||||
|
||||
|
||||
if @endpoint = options[:endpoint]
|
||||
endpoint = URI.parse(@endpoint)
|
||||
@host = endpoint.host
|
||||
|
|
|
@ -108,7 +108,6 @@ module Fog
|
|||
|
||||
def initialize(options={})
|
||||
require 'mime/types'
|
||||
puts "Called with #{options}"
|
||||
@hp_secret_key = options[:hp_secret_key]
|
||||
@hp_account_id = options[:hp_account_id]
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue