feat: remove unused print statements
This commit is contained in:
parent
1262433ff4
commit
f7be880078
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -175,8 +175,6 @@ func fetchRepositories() ([]Repository, error) {
|
||||||
func checkoutRepositories(repositories []Repository) {
|
func checkoutRepositories(repositories []Repository) {
|
||||||
repoCount := len(repositories)
|
repoCount := len(repositories)
|
||||||
|
|
||||||
fmt.Printf("Found %d repositories", repoCount)
|
|
||||||
|
|
||||||
// make progressbar using:
|
// make progressbar using:
|
||||||
// - github.com/k0kubun/go-ansi
|
// - github.com/k0kubun/go-ansi
|
||||||
// - github.com/schollz/progressbar/v3
|
// - github.com/schollz/progressbar/v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue