Skip to content

Commit 582bedb

Browse files
authored
Merge pull request #558 from alliepiper:remove_debug
Remove debugging output.
2 parents 02942d3 + 591cdd0 commit 582bedb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/test-windows-image/image-test.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ $ErrorActionPreference = "Stop"
88

99
Push-location "$ENV:TEMP"
1010
try {
11-
Write-Output "Environment Variables"
12-
Get-ChildItem Env: | ForEach-Object { "$($_.Name)=$($_.Value)" }
13-
1411
Write-Output "Test Ninja"
1512
ninja --version
1613
TestReturnCode

0 commit comments

Comments
 (0)