remove unuse dline

This commit is contained in:
Mitchell Hashimoto 2015-07-09 14:25:10 -06:00
parent 3cad495064
commit b3e935203e
1 changed files with 0 additions and 1 deletions

View File

@ -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