1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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,