Skip to content

Commit 1a7612c

Browse files
authored
Merge pull request #284 from CommunityToolkit/fix/scripts/get-changed-components
Remove debug output statements from Get-Changed-Components.ps1
2 parents ec3fcd0 + fb27ea3 commit 1a7612c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Get-Changed-Components.ps1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ $retChangedComponents = -not [string]::IsNullOrWhiteSpace($changedComponentFiles
4747
# - Are a fallback to ensure that the script doesn't return an empty list of components.
4848
$retAllComponents = [string]::IsNullOrWhiteSpace($changedComponentFiles) -or -not [string]::IsNullOrWhiteSpace($otherChanges);
4949

50-
Write-Output "Relevant vars: "
51-
Write-Output "`$fromSha: $FromSha"
52-
Write-Output "`$toSha: $ToSha"
53-
Write-Output "`$changedComponentFiles: $changedComponentFiles"
54-
Write-Output "`$otherChanges: $otherChanges"
55-
Write-Output "`$retChangedComponents: $retChangedComponents"
56-
Write-Output "`$retAllComponents: $retAllComponents"
57-
5850
if ($retAllComponents) {
5951
return 'all';
6052
}

0 commit comments

Comments
 (0)