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

* remove unnecessary debugging

This commit is contained in:
Sergio Rubio 2011-11-30 10:35:16 +01:00
parent 6f1b9a3688
commit 727f2d0fc6

View file

@ -28,8 +28,6 @@ module Fog
end
node_info[:uri]=connection.uri
data << { :raw => node_info }
require 'pp'
pp node_info
load(data)
end