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

AWS: remove logging

This commit is contained in:
Bart Vercammen 2013-07-17 09:39:18 +02:00
parent d27ec94147
commit 3ba1f44e40

View file

@ -56,10 +56,7 @@ module Fog
end
self.filters = filters
data = service.describe_key_pairs(filters).body
puts "AWS KEY-PAIRS - DATA : #{data.inspect}"
r = load(data['keySet'])
puts "AWS KEY-PAIRS : #{r.inspect}"
r
load(data['keySet'])
end
# Used to retrieve a key pair that was created with the AWS.key_pairs.create method.