diff --git a/pkg/sources/gitlab/gitlab.go b/pkg/sources/gitlab/gitlab.go index f39453a8cfc9..27c48add88fd 100644 --- a/pkg/sources/gitlab/gitlab.go +++ b/pkg/sources/gitlab/gitlab.go @@ -602,7 +602,6 @@ func (s *Source) getAllProjectRepos( } ctx.Logger().Info("Enumerated GitLab projects", "count", len(projectsWithNamespace)) - ctx.Logger().V(2).Info("Enumerated GitLab projects", "projects", projectsWithNamespace) return nil }