mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Removed a couple of debug logs
Signed-off-by: ShyamsundarR <srangana@redhat.com>
This commit is contained in:
parent
bd03d05776
commit
c9c1c871fc
@ -19,7 +19,6 @@ package util
|
||||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"k8s.io/klog"
|
||||
"path"
|
||||
)
|
||||
|
||||
@ -53,6 +52,5 @@ func (fc *FileConfig) DataForKey(fsid string, key string) (data string, err erro
|
||||
}
|
||||
|
||||
data = string(content)
|
||||
klog.V(3).Infof("returning data (%s) for key (%s) against cluster (%s)", data, key, fsid)
|
||||
return
|
||||
}
|
||||
|
@ -20,7 +20,6 @@ import (
|
||||
"fmt"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
k8s "k8s.io/client-go/kubernetes"
|
||||
"k8s.io/klog"
|
||||
)
|
||||
|
||||
/*
|
||||
@ -54,6 +53,5 @@ func (kc *K8sConfig) DataForKey(fsid string, key string) (data string, err error
|
||||
}
|
||||
|
||||
data = string(content)
|
||||
klog.V(3).Infof("returning data (%s) for key (%s) against cluster (%s)", data, key, fsid)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user