Skip to content

Commit 106272f

Browse files
committed
Update CippEntrypoints.psm1
1 parent 3f6104d commit 106272f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CippEntrypoints/CippEntrypoints.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function Receive-CippOrchestrationTrigger {
228228
if (($Output | Measure-Object).Count -gt 0) {
229229
Write-Information "Waiting for ($($Output.Count)) activity functions to complete..."
230230
foreach ($Task in $Output) {
231-
Write-Information ($Task | ConvertTo-Json -Depth 10 -Compress)
231+
#Write-Information ($Task | ConvertTo-Json -Depth 10 -Compress)
232232
try {
233233
$Results = Wait-ActivityFunction -Task $Task
234234
} catch {}

0 commit comments

Comments
 (0)