This commit is contained in:
Mitchell Hashimoto 2013-12-28 13:49:43 -07:00
parent 5146bc2696
commit 9333f550e5
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ module Vagrant
gem = Gem::Specification.find { |spec| spec.name == name }
version = gem ? gem.version : "<unknown>"
logger.info("Loaded plugin #{name}, version #{version}")
ensure
$stderr = previous_stderr if previous_stderr
$stdout = previous_stdout if previous_stdout