Skip to content

Commit 58ff144

Browse files
[VMR] Codeflow 0b99617-7fe39c5
[[ commit created by automation ]]
1 parent 87f5960 commit 58ff144

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/RazorSdk/Tool/TagHelperDescriptorJsonConverter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ private static void WriteBoundAttribute(JsonWriter writer, BoundAttributeDescrip
170170
{
171171
writer.WriteStartObject();
172172

173-
writer.WritePropertyName(nameof(BoundAttributeDescriptor.Kind));
174-
writer.WriteValue(boundAttribute.Kind);
175-
176173
writer.WritePropertyName(nameof(BoundAttributeDescriptor.Name));
177174
writer.WriteValue(boundAttribute.Name);
178175

0 commit comments

Comments
 (0)