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:
commit
d156bc9dd4
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue