Skip to content

Commit

Permalink
removed "no sessions today"
Browse files Browse the repository at this point in the history
  • Loading branch information
Odas0R committed Feb 20, 2024
1 parent fe68ae5 commit 68d518c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pomo.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,6 @@ var App = &cli.App{
return err
}

if len(todaySessions) == 0 {
fmt.Println("No sessions today...")
return nil
}

typeDurations, _ := summarizeSessions(todaySessions)

workDuration := typeDurations[WorkSession]
Expand Down

0 comments on commit 68d518c

Please sign in to comment.