Skip to content

Commit 59d8baa

Browse files
committed
remove commented out print line
1 parent eaa132d commit 59d8baa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/Language-Settings.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ function Validate-Python-DocMsPackages($PackageInfo, $PackageInfos, $PackageSour
435435
#$py2docfxOutput = python -m py2docfx --param-file-path $outputJsonFile -o $outputDocsDir --no-venv-required 2>&1
436436
python -m py2docfx --param-file-path $outputJsonFile -o $outputDocsDir --no-venv-required
437437
if ($LASTEXITCODE -ne 0) {
438-
#Write-Host $py2docfxOutput
439438
LogWarning "py2docfx command failed, see output above."
440439
$allSucceeded = $false
441440
}

0 commit comments

Comments
 (0)