Omit participants metadata from issue view
This commit is contained in:
parent
f14459c451
commit
d600709e9e
1 changed files with 0 additions and 4 deletions
|
|
@ -284,10 +284,6 @@ func printIssuePreview(out io.Writer, issue *api.Issue) error {
|
|||
fmt.Fprint(out, utils.Bold("Milestone: "))
|
||||
fmt.Fprintln(out, issue.Milestone.Title)
|
||||
}
|
||||
if participants := issueParticipantList(*issue); participants != "" {
|
||||
fmt.Fprint(out, utils.Bold("Participants: "))
|
||||
fmt.Fprintln(out, participants)
|
||||
}
|
||||
|
||||
// Body
|
||||
if issue.Body != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue