Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Feb 23, 2025
1 parent 59f7547 commit 16a13a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vhdbuilder/packer/windows/windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ $CPU_ARCH = switch ($cpu.Architecture) {
default { "" }
}

Write-Output ($cpu | ConvertTo-Json)

if ([string]::IsNullOrEmpty($CPU_ARCH)) {
$cpuName = $cpu.Name
$cpuArch = $cpu.Architecture
Expand Down

0 comments on commit 16a13a8

Please sign in to comment.