Skip to content

Commit

Permalink
Remove debug warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hughes committed Nov 7, 2024
1 parent 72cdebe commit f331829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Private/Get-ClassResourceProperty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function Get-ClassResourceProperty
}

$propertyAttribute.State = Get-ClassResourcePropertyState2 -PropertyInfo $propertyMember
Write-Warning ('Property {0} State = {1}' -f $propertyMember.Name, $propertyAttribute.State)

$valueMapValues = $null
if ($propertyMember.PropertyType.IsEnum)
Expand Down

0 comments on commit f331829

Please sign in to comment.