mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Remove overly spewy Debugf
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user