diff --git a/cli/valet.php b/cli/valet.php index ea1329d..246ef3a 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -534,10 +534,6 @@ $site = basename(getcwd()); } - if (! $phpVersion) { - $phpVersion = Site::phpRcVersion($site); - info("Found '{$site}' specifying version: {$phpVersion}"); - } PhpFpm::isolateDirectory($site, $phpVersion); })->descriptions('Change the version of PHP used by Valet to serve the current working directory', [