Skip to content

Commit 261f652

Browse files
committed
Removed debug code
1 parent 8a7a858 commit 261f652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/image/New-PSDCImage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580

581581
# Set the image file
582582
$jsonImageFile = "PSDCJSONFolder:\images.json"
583-
"Writing images"
583+
584584
# Convert the data back to JSON
585585
$images | ConvertTo-Json | Set-Content $jsonImageFile
586586
}

0 commit comments

Comments
 (0)