From df96d14643d4d30df3dfb2aee695f8224176811a Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:52:58 -0700 Subject: [PATCH] Clean up comments in build UI script Removes several obsolete or redundant comments to improve code readability. --- FFUDevelopment/BuildFFUVM_UI.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FFUDevelopment/BuildFFUVM_UI.ps1 b/FFUDevelopment/BuildFFUVM_UI.ps1 index 21c6736..03ee336 100644 --- a/FFUDevelopment/BuildFFUVM_UI.ps1 +++ b/FFUDevelopment/BuildFFUVM_UI.ps1 @@ -277,7 +277,6 @@ $window.Add_Loaded({ $script:uiState.Controls.txtStatus.Text = "Dell Catalog download failed. Dell drivers may not download." } } - # If $downloadDellCatalog was false, $dellCatalogXmlPath is already set to the existing valid XML. } # --- End Dell Catalog Handling --- @@ -288,11 +287,11 @@ $window.Add_Loaded({ DriversFolder = $localDriversFolder WindowsRelease = $localWindowsRelease WindowsArch = $localWindowsArch - WindowsVersion = $localWindowsVersion # Will be null if not applicable (e.g., not HP) + WindowsVersion = $localWindowsVersion Headers = $localHeaders UserAgent = $localUserAgent CompressToWim = $compressDrivers - DellCatalogXmlPath = $dellCatalogXmlPath # Will be null if not Dell or if Dell catalog prep failed + DellCatalogXmlPath = $dellCatalogXmlPath } Invoke-ParallelProcessing -ItemsToProcess $selectedDrivers `