1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove overly spewy Debugf

This commit is contained in:
Alexander Larsson 2013-10-04 15:36:30 +02:00
parent 1a1be5a87c
commit f7e374fb3a

View file

@ -880,7 +880,6 @@ func (devices *DeviceSetDM) SetInitialized(hash string) error {
}
func (devices *DeviceSetDM) ensureInit() error {
utils.Debugf("ensureInit(). Initialized: %v", devices.initialized)
if !devices.initialized {
devices.initialized = true
if err := devices.initDevmapper(); err != nil {