Skip to content

Commit e930f10

Browse files
committed
remove no-op log statement in reduceVolumeGroup for master branch.
1 parent 08c8fcc commit e930f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/gce-pd-csi-driver/cache.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ func createVg(volumeGroupName string, raidedLocalSsds string) error {
491491

492492
func reduceVolumeGroup(volumeGroupName string, force bool) {
493493
if !checkVgExists(volumeGroupName) {
494-
klog.V(2).Infof("Volume group %v not found, no further action needed", volumeGroupName)
495494
return
496495
}
497496
args := []string{

0 commit comments

Comments
 (0)