From 8354ab7272f50850e21c65ec3b42e81e5d8f3303 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Mon, 1 Jun 2015 11:15:15 -0700 Subject: [PATCH] Remove useless debug message Signed-off-by: Alexander Morozov Upstream-commit: f1b59d64d21d5a0f54536b26161a31441697ca61 Component: engine --- components/engine/daemon/execdriver/native/driver.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/engine/daemon/execdriver/native/driver.go b/components/engine/daemon/execdriver/native/driver.go index 4da3e34382..da13c2b165 100644 --- a/components/engine/daemon/execdriver/native/driver.go +++ b/components/engine/daemon/execdriver/native/driver.go @@ -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,