Skip to content

Commit 28b2867

Browse files
committed
remove log
1 parent f2ee33e commit 28b2867

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/connector/groups.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ func (o *groupBuilder) Grants(ctx context.Context, resource *v2.Resource, pToken
130130
outputAnnotations.WithRateLimiting(rateLimitDesc)
131131
}
132132

133-
if pToken.Token == "" {
134-
l := ctxzap.Extract(ctx)
135-
l.Info("gitlab-connector", zap.Any("groupMemberCount", len(users)))
136-
}
137-
138133
if err != nil {
139134
l := ctxzap.Extract(ctx)
140135
l.Warn("Permission denied while listing members for group. Skipping.",

0 commit comments

Comments
 (0)