Skip to content

Commit

Permalink
Removed redundant log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
punkerpunker committed Apr 5, 2024
1 parent 2206f95 commit a4730b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"github.com/milvus-io/milvus-proto/go-api/v2/commonpb"
"github.com/milvus-io/milvus-proto/go-api/v2/milvuspb"
"github.com/milvus-io/milvus-sdk-go/v2/entity"
"log"
)

// CreateRole creates a role entity in Milvus.
Expand Down Expand Up @@ -162,7 +161,6 @@ func (c *GrpcClient) DescribeUser(ctx context.Context, username string) (entity.
}

resp, err := c.Service.SelectUser(ctx, req)
log.Printf(resp.String())

if err != nil {
return entity.UserDescription{}, err
Expand Down

0 comments on commit a4730b9

Please sign in to comment.