mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-18 02:50:09 +03:00
feature #476: removed debug methods
This commit is contained in:
parent
fc2ed5c1ec
commit
f2915ac12a
@ -21,18 +21,6 @@ $: << File.dirname(__FILE__)
|
||||
require 'rexml/document'
|
||||
require 'OpenNebulaNic'
|
||||
|
||||
def log(msg)
|
||||
require 'pp'
|
||||
puts "\n"+"-"*80
|
||||
if msg.instance_of? String
|
||||
puts msg
|
||||
else
|
||||
pp msg
|
||||
end
|
||||
puts "-"*80
|
||||
puts
|
||||
end
|
||||
|
||||
CONF = {
|
||||
:start_vlan => 2
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user