From b3e935203e98b8f7250a9bc0d9e3c90d5e08e223 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Jul 2015 14:25:10 -0600 Subject: [PATCH] remove unuse dline --- lib/vagrant/util/ssh.rb | 1 - 1 file changed, 1 deletion(-) 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