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:
commit
9284d30890
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ module Fog
|
||||||
end
|
end
|
||||||
node_info[:uri]=connection.uri
|
node_info[:uri]=connection.uri
|
||||||
data << { :raw => node_info }
|
data << { :raw => node_info }
|
||||||
require 'pp'
|
|
||||||
pp node_info
|
|
||||||
load(data)
|
load(data)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue