From f7be880078a1bfc4b1aa05ccc417979bf07b3432 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Jan 2025 00:04:48 +0100 Subject: [PATCH] feat: remove unused print statements --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 1093f2c..b4a5505 100644 --- a/main.go +++ b/main.go @@ -175,8 +175,6 @@ func fetchRepositories() ([]Repository, error) { func checkoutRepositories(repositories []Repository) { repoCount := len(repositories) - fmt.Printf("Found %d repositories", repoCount) - // make progressbar using: // - github.com/k0kubun/go-ansi // - github.com/schollz/progressbar/v3