removing debug gui

This commit is contained in:
Bill Maxwell 2015-02-24 14:51:46 -07:00
parent 0cfde14b61
commit 14850d0b61
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -14,7 +14,6 @@ Vagrant.configure(2) do |config|
vb.check_guest_additions = false
vb.functional_vboxsf = false
vb.memory = "1024"
vb.gui = true
end
config.vm.synced_folder ".", "/vagrant", disabled: true