Skip to content

Commit 865272d

Browse files
committed
Removed unwanted log statment
1 parent 9688530 commit 865272d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/oci-csi-controller-driver/csi-provisioner/csi-provisioner.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func StartCSIProvisioner(csioptions csioptions.CSIOptions) {
298298
csioptions.ControllerPublishReadOnly,
299299
*preventVolumeModeConversion,
300300
)
301-
klog.Infof("enable capacity %s", *enableCapacity)
301+
302302
var capacityController *capacity.Controller
303303
if *enableCapacity {
304304
// Publishing storage capacity information uses its own client
@@ -487,7 +487,6 @@ func StartCSIProvisioner(csioptions csioptions.CSIOptions) {
487487
provisionController.Run(ctx)
488488
}
489489

490-
klog.Infof("csioptions.EnableLeaderElection %s", csioptions.EnableLeaderElection)
491490
if !csioptions.EnableLeaderElection {
492491
run(ctx)
493492
} else {

0 commit comments

Comments
 (0)