mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +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
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
"github.com/golang/glog"
|
||||
@ -75,7 +74,6 @@ func newVolumeInUseCollector(
|
||||
podLister corelisters.PodLister,
|
||||
pvLister corelisters.PersistentVolumeLister,
|
||||
pluginMgr *volume.VolumePluginMgr) *volumeInUseCollector {
|
||||
fmt.Println("Doing this crap again")
|
||||
return &volumeInUseCollector{pvcLister, podLister, pvLister, pluginMgr}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user