From 16a13a84532b73e800e3e263706421d1c9d0b442 Mon Sep 17 00:00:00 2001 From: Tim Wright Date: Fri, 21 Feb 2025 07:31:43 +0000 Subject: [PATCH] remove log --- vhdbuilder/packer/windows/windows-vhd-configuration.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 b/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 index 255f36d7e18..53fb2afe6ed 100644 --- a/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 +++ b/vhdbuilder/packer/windows/windows-vhd-configuration.ps1 @@ -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