Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jul 20, 2022
1 parent 105048e commit 35a3ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package fetcher

import (
"context"
"fmt"
"os"
"strings"

Expand Down Expand Up @@ -75,7 +74,6 @@ func (f *fetcher) GetFiveMReposForUser(user config.User, filter RepoFilter) ([]m
if err != nil {
return nil, err
}
fmt.Println(filter.Repos)
for _, repo := range repos {
if *repo.Private || *repo.StargazersCount < f.Config.MinStars || *repo.Disabled || *repo.Name == user.Name {
continue
Expand Down

0 comments on commit 35a3ede

Please sign in to comment.