Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak committed Oct 30, 2024
1 parent 1e1e884 commit ca66c41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/pkg/redpanda/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"bytes"
"context"
"fmt"
"log"
"strings"
"time"

Expand Down Expand Up @@ -300,8 +299,6 @@ func (s *Service) GetRole(ctx context.Context, roleName string) (adminapi.RoleDe

// UpdateRoleMembership updates the role membership using Redpanda Admin API.
func (s *Service) UpdateRoleMembership(ctx context.Context, roleName string, add, remove []adminapi.RoleMember, createRole bool) (adminapi.PatchRoleResponse, error) {
log.Printf("UpdateRoleMembership called with roleName: %s, add: %v, remove: %v, createRole: %t",
roleName, add, remove, createRole)
return s.adminClient.UpdateRoleMembership(ctx, roleName, add, remove, createRole)
}

Expand Down

0 comments on commit ca66c41

Please sign in to comment.