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

feature : removed debug lines

This commit is contained in:
Ruben S. Montero 2012-06-15 16:50:44 +02:00
parent 2f0c1d0e7e
commit 32845b49da
2 changed files with 1 additions and 4 deletions
src
mad/ruby
vmm_mad/exec

@ -36,7 +36,7 @@ class SshStream
#
def initialize(host, shell="bash")
@host = host
@shell = shell
@shell = shell
end
def opened?

@ -150,9 +150,6 @@ class VmmAction
ssh = @ssh_src
end
puts get_parameters(step[:parameters]).inspect
puts ssh.inspect
result, info = @vmm.do_action(get_parameters(step[:parameters]),
@id,
host,