Removes unnecessary comment

Improves code readability by removing a redundant comment.
This commit is contained in:
rbalsleyMSFT
2025-06-17 10:21:40 -07:00
parent f1d0ab20cb
commit dea59c5285
@@ -208,7 +208,6 @@ function Get-WindowsSettingsDefaults {
AllowedLanguages = $script:allowedLangs AllowedLanguages = $script:allowedLangs
AllowedArchitectures = @('x86', 'x64', 'arm64') AllowedArchitectures = @('x86', 'x64', 'arm64')
AllowedMediaTypes = @('Consumer', 'Business') AllowedMediaTypes = @('Consumer', 'Business')
# Static Data Lists/Maps
SkuList = $script:skuList SkuList = $script:skuList
AllWindowsReleases = $script:allWindowsReleases AllWindowsReleases = $script:allWindowsReleases
MctWindowsReleases = $script:mctWindowsReleases MctWindowsReleases = $script:mctWindowsReleases