diff --git a/pkg/common-controller/snapshot_controller.go b/pkg/common-controller/snapshot_controller.go index 8ae79dfae..2b1d051e9 100644 --- a/pkg/common-controller/snapshot_controller.go +++ b/pkg/common-controller/snapshot_controller.go @@ -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