Skip to content

Commit

Permalink
remove stats function
Browse files Browse the repository at this point in the history
  • Loading branch information
knbr13 committed Feb 1, 2024
1 parent df8a955 commit 4bba062
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ const sixMonthsInDays int = 182

var now = time.Now()

func stats(email string, repos []string) {
commits := processRepos(repos, email)
fmt.Println()
printTable(commits)
}

func fillCommits(path, email string, commits map[int]int) error {
repo, err := git.PlainOpen(path)
if err != nil {
Expand Down

0 comments on commit 4bba062

Please sign in to comment.