diff --git a/daemon/execdriver/native/driver.go b/daemon/execdriver/native/driver.go index 4da3e3438..da13c2b16 100644 --- a/daemon/execdriver/native/driver.go +++ b/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,