1
0
Fork 0
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:
geemus 2012-09-26 13:26:27 -05:00
parent f5d9980c6b
commit c08a0874d7
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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