1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

Remove debug information in TemplateJSON

This commit is contained in:
Daniel Molina 2013-11-04 15:24:32 +01:00
parent 1372468705
commit 4fcd390d0d

View File

@ -58,7 +58,6 @@ module OpenNebulaJSON
end
def update(params=Hash.new)
STDERR.puts params
template_hash = parse_json(params, 'vmtemplate')
if template_hash['template_raw']
template = template_hash['template_raw']