mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 08:40:42 +00:00
Merge pull request #65911 from wongma7/crap
Automatic merge from submit-queue (batch tested with PRs 63194, 65911). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove crappy fmt.Println Remove @gnufied's debug message https://github.com/kubernetes/kubernetes/pull/64527 ```release-note NONE ```
This commit is contained in:
commit
4bb3a2a557
@ -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