From 6fdbfed7e7d37bfa21c5637510eb33f4f0fff10d Mon Sep 17 00:00:00 2001 From: Marek Obuchowicz Date: Tue, 2 Apr 2019 19:01:39 +0200 Subject: [PATCH] Remove unnecessary messages for Windows --- Vagrantfile-quick | 3 --- 1 file changed, 3 deletions(-) diff --git a/Vagrantfile-quick b/Vagrantfile-quick index 8ef988bc..1c7969ce 100644 --- a/Vagrantfile-quick +++ b/Vagrantfile-quick @@ -147,9 +147,6 @@ if Vagrant::Util::Platform.windows? SYNCED_FOLDER_OPTIONS[:smb_username] = VM_SMB_USERNAME SYNCED_FOLDER_OPTIONS[:smb_password] = VM_SMB_PASSWORD else - puts bold "VM_SMB_USERNAME and VM_SMB_PASSWORD variables are not set" - puts "Falling back to VirtualBox shared folders." - puts "If you want to use SMB shares instead, set the VM_SMB_USERNAME and VM_SMB_PASSWORD variables in the .vm file" SYNCED_FOLDER_OPTIONS = { type: 'virtualbox' } end else