Skip to content

Commit 0674955

Browse files
raych1azure-sdk
authored andcommitted
removed debug code
1 parent d2c3df8 commit 0674955

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/common/scripts/Validate-All-Packages.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ function ProcessPackage($packageInfo)
199199
Write-Host "Package name before checking groupId: $fullPackageName"
200200
if ($packageInfo.PSObject.Members.Name -contains "Group") {
201201
$groupId = $packageInfo.Group
202-
Write-Host "groupId: $groupId"
203-
Write-Host "artifactname: $($packageInfo.ArtifactName)"
204202
if ($groupId){
205203
$fullPackageName = "${groupId}:$($packageInfo.ArtifactName)"
206204
}

0 commit comments

Comments
 (0)