Skip to content

Commit

Permalink
UPSTREAM: <carry>: Remove confusing debug message
Browse files Browse the repository at this point in the history
This message is removed upstream and in newer openshift versions:
 * kubernetes-csi#882
 * openshift#139
  • Loading branch information
mpatlasov committed Aug 27, 2024
1 parent 4f2955c commit c5a5561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/common-controller/snapshot_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@ func (ctrl *csiSnapshotCommonController) updateSnapshotStatus(snapshot *crdv1.Vo
updated = true
} else {
newStatus = snapshotObj.Status.DeepCopy()
klog.Infof("Raunak 1 %s", newStatus.VolumeGroupSnapshotName)
if newStatus.BoundVolumeSnapshotContentName == nil {
newStatus.BoundVolumeSnapshotContentName = &boundContentName
updated = true
Expand Down

0 comments on commit c5a5561

Please sign in to comment.