Commit ddba1b58 authored by Matthew Wong's avatar Matthew Wong

Remove crappy fmt.Println

parent 91b72934
...@@ -17,7 +17,6 @@ limitations under the License. ...@@ -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( ...@@ -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}
} }
......
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