mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Removes unnecessary comment
Improves code readability by removing a redundant comment.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user