Skip to content

Commit

Permalink
KUBEDR-5932: Remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
0x113 committed Aug 12, 2024
1 parent c5e648c commit 4240add
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/volumehelper/volume_policy_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func (v *volumeHelperImpl) ShouldPerformSnapshot(obj runtime.Unstructured, group

pv, err = kubeutil.GetPVForPVC(pvc, v.client)
if err != nil {
v.logger.WithError(err).Errorf("fail to get PV for PVC %s", pvc.Namespace+"/"+pvc.Name)
return false, err
}
}
Expand Down

0 comments on commit 4240add

Please sign in to comment.