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

Merge pull request #13637 from LK4D4/remove_debug

Remove useless debug message
This commit is contained in:
Brian Goff 2015-06-01 11:38:05 -07:00
commit d156bc9dd4

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,