Skip to content

Commit

Permalink
fixup! Refactor printing of collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Dec 1, 2023
1 parent ff09f48 commit 29840a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/utils/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func PrintCard(account *models.Account, project *models.Project, card *models.Ca
statusFormat := Underline(SnakeCaseToTitleCase(card.Status))
bodyFormat := Gray(22, card.Body)
cardUrl := zube.CardUrl(account, project, card)
fmt.Println("category:", card.CategoryName)

fmt.Println(titleFormat)
fmt.Println(statusFormat)
Expand Down

0 comments on commit 29840a1

Please sign in to comment.