Skip to content

Commit 7943bb8

Browse files
committed
Removed output to screen for debug
1 parent 3f40376 commit 7943bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/Get-PSDCClone.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
if($ImageLocation){
129129
$results = $results | Where-Object {$_.ImageLocation -in $ImageLocation}
130130
}
131-
$results
131+
132132
# Convert the results to the PSDCClone data type
133133
foreach($result in $results){
134134

0 commit comments

Comments
 (0)