mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"k8s.io/klog"
|
|
||||||
"path"
|
"path"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -53,6 +52,5 @@ func (fc *FileConfig) DataForKey(fsid string, key string) (data string, err erro
|
|||||||
}
|
}
|
||||||
|
|
||||||
data = string(content)
|
data = string(content)
|
||||||
klog.V(3).Infof("returning data (%s) for key (%s) against cluster (%s)", data, key, fsid)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
k8s "k8s.io/client-go/kubernetes"
|
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)
|
data = string(content)
|
||||||
klog.V(3).Infof("returning data (%s) for key (%s) against cluster (%s)", data, key, fsid)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user