Skip to content

Commit

Permalink
a debug value was left behind. remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Jul 17, 2024
1 parent ab614f9 commit a6f4c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Package-Properties.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Get-PkgProperties
function Get-PrPkgProperties([string]$InputDiffJson) {
$packagesWithChanges = @()

$allPackageProperties = Get-AllPkgProperties -ServiceDirectory media
$allPackageProperties = Get-AllPkgProperties
$diff = Get-Content $InputDiffJson | ConvertFrom-Json
$targetedFiles = $diff.ChangedFiles

Expand Down

0 comments on commit a6f4c22

Please sign in to comment.