Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1e02b3b

Browse files
committed
The description should not contain the summary
1 parent d103888 commit 1e02b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/OutputProcessors/LogEntryOutputProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ public override void LineReceived(string line)
143143
}
144144

145145
summary = line;
146-
descriptionLines.Add(line);
147146
phase++;
148147
// there's no description so skip it
149148
if (oneliner)

0 commit comments

Comments
 (0)