Skip to content

Commit 7b8073a

Browse files
author
EwanNoble
committed
Remove excessive logging
1 parent ef2d210 commit 7b8073a

File tree

1 file changed

+0
-3
lines changed
  • tasks/EnvironmentConfiguration/task/ps_modules/Handlers/private/schema

1 file changed

+0
-3
lines changed

tasks/EnvironmentConfiguration/task/ps_modules/Handlers/private/schema/Expand-Schema.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ function Expand-Schema {
6363
}
6464

6565
Write-Output $ProcessedProperties
66-
67-
Write-Host ($ProcessedProperties | ConvertTo-Json -Depth 10)
68-
6966
}
7067
catch {
7168
Write-Error -Message "Failed to expand schema property [$Key] $_" -ErrorAction Stop

0 commit comments

Comments
 (0)