diff --git a/pkg/sources/gitlab/gitlab.go b/pkg/sources/gitlab/gitlab.go index 0084f6d06cb6..f39453a8cfc9 100644 --- a/pkg/sources/gitlab/gitlab.go +++ b/pkg/sources/gitlab/gitlab.go @@ -570,7 +570,6 @@ func (s *Source) getAllProjectRepos( } ctx.Logger().Info("got groups", "group_count", len(groups)) - ctx.Logger().V(2).Info("got groups", "groups", groups) for _, group := range groups { ctx := context.WithValue(ctx, "group_id", group.ID)