Merge pull request #13637 from LK4D4/remove_debug

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

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,