core: whoops, don't print Gemfile

This commit is contained in:
Mitchell Hashimoto 2014-01-05 23:14:43 -08:00
parent f612ec7549
commit 677275e43c
1 changed files with 0 additions and 2 deletions

View File

@ -118,8 +118,6 @@ module Vagrant
gemfile.puts("end")
gemfile.close
puts File.read(gemfile.path)
end
end