mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Remove crappy fmt.Println
This commit is contained in:
parent
91b729342d
commit
ddba1b5811
@ -17,7 +17,6 @@ limitations under the License.
|
|||||||
package metrics
|
package metrics
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
@ -75,7 +74,6 @@ func newVolumeInUseCollector(
|
|||||||
podLister corelisters.PodLister,
|
podLister corelisters.PodLister,
|
||||||
pvLister corelisters.PersistentVolumeLister,
|
pvLister corelisters.PersistentVolumeLister,
|
||||||
pluginMgr *volume.VolumePluginMgr) *volumeInUseCollector {
|
pluginMgr *volume.VolumePluginMgr) *volumeInUseCollector {
|
||||||
fmt.Println("Doing this crap again")
|
|
||||||
return &volumeInUseCollector{pvcLister, podLister, pvLister, pluginMgr}
|
return &volumeInUseCollector{pvcLister, podLister, pvLister, pluginMgr}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user