瀏覽代碼

devmapper: Remove accidental debug spew

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
Alexander Larsson 11 年之前
父節點
當前提交
bff0c4f3dc
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      daemon/graphdriver/devmapper/deviceset.go

+ 0 - 3
daemon/graphdriver/devmapper/deviceset.go

@@ -340,8 +340,6 @@ func (devices *DeviceSet) loadMetadata(hash string) *DevInfo {
 		return nil
 	}
 
-	fmt.Printf("Loaded metadata %v\n", info)
-
 	// If the transaction id is larger than the actual one we lost the device due to some crash
 	if info.TransactionId > devices.TransactionId {
 		return nil
@@ -352,7 +350,6 @@ func (devices *DeviceSet) loadMetadata(hash string) *DevInfo {
 
 func (devices *DeviceSet) setupBaseImage() error {
 	oldInfo, _ := devices.lookupDevice("")
-	utils.Debugf("oldInfo: %p", oldInfo)
 	if oldInfo != nil && oldInfo.Initialized {
 		return nil
 	}