Skip to content

Commit 0f3f3f5

Browse files
committed
Remove extra logging
1 parent e606c03 commit 0f3f3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/Export-API.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ if ($LASTEXITCODE) {
5656
# Normalize line endings to LF in generated API listing files
5757
Write-Host "Normalizing line endings in API listing files"
5858
$apiListingFiles = Get-ChildItem -Path $apiListingFilesFilter
59-
$apiListingFiles | Write-Host
6059
foreach ($file in $apiListingFiles) {
6160
$content = Get-Content -Path $file.FullName -Raw
6261
if ($content) {

0 commit comments

Comments
 (0)