Don't check if guest is able to connect

The go side should be doing the checks for ensuring the guest is reachable
This commit is contained in:
sophia 2021-12-10 16:36:48 -06:00 committed by Paul Hinze
parent 1ce82cf14c
commit 9722443d09
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -202,7 +202,6 @@ module Vagrant
end
def guest
raise Errors::MachineGuestNotReady if !communicate.ready?
if !@guest
@guest = Guest.new(self, nil, nil)
end