mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
feature #1223: removed debug lines
This commit is contained in:
parent
2f0c1d0e7e
commit
32845b49da
src
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user