diff --git a/installers/win-setup-template.ps1 b/installers/win-setup-template.ps1 index cb9b561..4f7b5f1 100644 --- a/installers/win-setup-template.ps1 +++ b/installers/win-setup-template.ps1 @@ -126,11 +126,6 @@ if ($LASTEXITCODE -ne 0) { Throw "Error happened during Python installation" } -# print out all files in $PythonArchPath -Write-Host "Files in $PythonArchPath" -$files = Get-ChildItem -Path $PythonArchPath -File -Recurse -Write-Output $files - if ($IsFreeThreaded) { # Delete python.exe and create a symlink to free-threaded exe Remove-Item -Path "$PythonArchPath\python.exe" -Force