浏览代码

Merge pull request #13637 from LK4D4/remove_debug

Remove useless debug message
Brian Goff 10 年之前
父节点
当前提交
d156bc9dd4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      daemon/execdriver/native/driver.go

+ 0 - 2
daemon/execdriver/native/driver.go

@@ -91,8 +91,6 @@ func NewDriver(root, initPath string, options []string) (*driver, error) {
 		}
 	}
 
-	logrus.Debugf("Using %v as native.cgroupdriver", cgm)
-
 	f, err := libcontainer.New(
 		root,
 		cgm,