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

Remove debug code

This commit is contained in:
Eric Herot 2014-02-17 11:27:25 -05:00
parent 26c8856b89
commit ce43ade581

View file

@ -206,9 +206,6 @@ module Fog
if self.data[:instances][instance['instanceId']]
instance['networkInterfaces'] = self.data[:network_interfaces].select{|ni,ni_conf|
if ! ni_conf['attachment']
raise "No attachment: #{ni.class}"
end
ni_conf['attachment']['instanceId'] == instance['instanceId']
}.map{|ni,ni_conf|
{