Skip to content

Commit 00854c2

Browse files
Remove debug logs
1 parent fe176ac commit 00854c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/secrets-store/nodeserver.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ func (ns *nodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
119119
podNamespace = attrib[CSIPodNamespace]
120120
podUID = attrib[CSIPodUID]
121121

122-
klog.InfoS("Checking object", "targetPath", targetPath, "pod", klog.ObjectRef{Namespace: podNamespace, Name: podName})
123-
124122
if ns.rotationConfig.enabled {
125123
lastModificationTime, err := ns.getLastUpdateTime(targetPath)
126124
if err != nil {
@@ -131,8 +129,6 @@ func (ns *nodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
131129
}
132130
}
133131

134-
klog.InfoS("Processing object", "targetPath", targetPath, "pod", klog.ObjectRef{Namespace: podNamespace, Name: podName})
135-
136132
mounted, err = ns.ensureMountPoint(targetPath)
137133
if err != nil {
138134
// kubelet will not create the CSI NodePublishVolume target directory in 1.20+, in accordance with the CSI specification.

0 commit comments

Comments
 (0)