diff --git a/eng/scripts/Language-Settings.ps1 b/eng/scripts/Language-Settings.ps1 index da51888306e1..b65b4b43ba53 100644 --- a/eng/scripts/Language-Settings.ps1 +++ b/eng/scripts/Language-Settings.ps1 @@ -137,7 +137,6 @@ function Get-AllPackageInfoFromRepo ($serviceDirectory) Push-Location $RepoRoot $null = python -m pip install "./tools/azure-sdk-tools[build]" -q -I $allPkgPropLines = python (Join-path eng scripts get_package_properties.py) -s $searchPath - Write-Host $allPkgPropLines } catch {