remove unuse dline
This commit is contained in:
parent
3cad495064
commit
b3e935203e
|
@ -163,7 +163,6 @@ module Vagrant
|
|||
# Invoke SSH with all our options
|
||||
if !opts[:subprocess]
|
||||
LOGGER.info("Invoking SSH: #{ssh} #{command_options.inspect}")
|
||||
# msabramo
|
||||
SafeExec.exec(ssh, *command_options)
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue