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:
parent
b445004364
commit
f1b59d64d2
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…
Add table
Reference in a new issue