1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Get rid of unused debug line

This commit is contained in:
Tino Vazquez 2013-09-20 18:37:19 +02:00
parent 436ef22ba7
commit 55cd5cbe07

View File

@ -70,8 +70,6 @@ module OpenNebulaJSON
# with \" (supported)
template.gsub!(/'/,"\\\"")
File.open("/tmp/opa","w"){|f| f.write template}
super(template)
end