From 4bba062c9bfdb4cb1c81d9bd8d45ea478cd445b5 Mon Sep 17 00:00:00 2001 From: knbr13 Date: Fri, 2 Feb 2024 01:11:32 +0200 Subject: [PATCH] remove stats function --- stats.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stats.go b/stats.go index 7619722..3a99103 100644 --- a/stats.go +++ b/stats.go @@ -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 {