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
|
@ -108,7 +108,6 @@ module Fog
|
||||||
|
|
||||||
def initialize(options={})
|
def initialize(options={})
|
||||||
require 'mime/types'
|
require 'mime/types'
|
||||||
puts "Called with #{options}"
|
|
||||||
@hp_secret_key = options[:hp_secret_key]
|
@hp_secret_key = options[:hp_secret_key]
|
||||||
@hp_account_id = options[:hp_account_id]
|
@hp_account_id = options[:hp_account_id]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue