From f1b59d64d21d5a0f54536b26161a31441697ca61 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 --- daemon/execdriver/native/driver.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/execdriver/native/driver.go b/daemon/execdriver/native/driver.go index 4da3e3438..da13c2b16 100644 --- a/daemon/execdriver/native/driver.go +++ b/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,