Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Oct 28, 2022
1 parent 9b5e2ff commit dae7c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AppHandling/Sort-AppFoldersByDependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ try {
if ($appJson.psobject.Members | Where-Object name -eq "dependencies") {
if ($appJson.dependencies) {
$appJson.dependencies = @($appJson.dependencies | % {
$_ | ConvertTo-Json -Compress | Out-Host
if ($_.PSObject.Properties.Name -eq "id") {
$name = "$(if ($_.PSObject.Properties.Name -eq "name") { $_.Name })"
$publisher = "$(if ($_.PSObject.Properties.Name -eq "publisher") { $_.Publisher })"
Expand Down

0 comments on commit dae7c60

Please sign in to comment.