Remove useless debug message

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-06-01 11:15:15 -07:00
parent b445004364
commit f1b59d64d2

View file

@ -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,