Skip to content

Commit

Permalink
Merge pull request #606 from chrishenzie/release-2.1-log-lines
Browse files Browse the repository at this point in the history
[release-2.1] Remove redundant log lines
  • Loading branch information
k8s-ci-robot authored Apr 10, 2021
2 parents 353098c + f4b97b5 commit c880152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ func (p *csiProvisioner) Provision(ctx context.Context, options controller.Provi

createCtx, cancel := context.WithTimeout(ctx, p.timeout)
defer cancel()
klog.V(5).Infof("CreateVolumeRequest %+v", req)
rep, err := p.csiClient.CreateVolume(createCtx, req)

if err != nil {
Expand Down Expand Up @@ -1347,7 +1346,6 @@ func (p *csiProvisioner) checkCapacity(ctx context.Context, claim *v1.Persistent
Parameters: result.req.Parameters,
AccessibleTopology: topology,
}
klog.V(5).Infof("GetCapacityRequest %+v", req)
resp, err := p.csiClient.GetCapacity(ctx, req)
if err != nil {
return false, fmt.Errorf("GetCapacity: %v", err)
Expand Down

0 comments on commit c880152

Please sign in to comment.