diff --git a/lib/vagrant/util/ssh.rb b/lib/vagrant/util/ssh.rb index 8dd614534..20afcdb04 100644 --- a/lib/vagrant/util/ssh.rb +++ b/lib/vagrant/util/ssh.rb @@ -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