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

Merge pull request #627 from rubiojr/remove-pp-debug

* remove unnecessary debugging
This commit is contained in:
Wesley Beary 2011-11-30 07:52:13 -08:00
commit 9284d30890

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