We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f39b2 commit a94c25fCopy full SHA for a94c25f
eng/scripts/Language-Settings.ps1
@@ -95,7 +95,6 @@ function Get-python-PackageInfoFromPackageFile ($pkg, $workingDirectory)
95
$pkgId = $pkgId.Replace("_","-")
96
$docsReadMeName = $pkgId -replace "^azure-" , ""
97
98
- Read-Host "Extracting package $pkgId"
99
$pkgVersion = $matches["versionstring"]
100
101
$workFolder = "$workingDirectory$($pkg.Basename)"
0 commit comments