Skip to content

Commit a89f221

Browse files
authored
Merge pull request #2070 from halimsam/remover-watcher-log
remove no-op log statement in reduceVolumeGroup for master branch.
2 parents b63b27e + e930f10 commit a89f221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)