From 677275e43c2a49fff684c7b87a9a130dad5c4e21 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 5 Jan 2014 23:14:43 -0800 Subject: [PATCH] core: whoops, don't print Gemfile --- lib/vagrant/bundler.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb index e78ff0180..184064cf3 100644 --- a/lib/vagrant/bundler.rb +++ b/lib/vagrant/bundler.rb @@ -118,8 +118,6 @@ module Vagrant gemfile.puts("end") gemfile.close - - puts File.read(gemfile.path) end end