Commit ddba1b58 authored by Matthew Wong's avatar Matthew Wong

Remove crappy fmt.Println

parent 91b72934
......@@ -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}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment