Skip to content

Commit

Permalink
feat: avoid priting title in lookahead output
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanchapai committed Aug 20, 2024
1 parent 84ec6e9 commit d119106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func PrintKnockEvents(events []KnockEvent) {
}

func PrintLookAheadEvents(events []KnockEvent) {
fmt.Print(yellow("Lookahead:\n"))
for _, e := range events {
if e.ComingUpIn == 0 {
fmt.Printf("today - %v |%s\n", e.Title, e.Date)
Expand Down

0 comments on commit d119106

Please sign in to comment.