Skip to content

Commit a94c25f

Browse files
authored
Update eng/scripts/Language-Settings.ps1
1 parent e1f39b2 commit a94c25f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function Get-python-PackageInfoFromPackageFile ($pkg, $workingDirectory)
9595
$pkgId = $pkgId.Replace("_","-")
9696
$docsReadMeName = $pkgId -replace "^azure-" , ""
9797

98-
Read-Host "Extracting package $pkgId"
9998
$pkgVersion = $matches["versionstring"]
10099

101100
$workFolder = "$workingDirectory$($pkg.Basename)"

0 commit comments

Comments
 (0)