Przeglądaj źródła

Remove useless debug message

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov 10 lat temu
rodzic
commit
f1b59d64d2
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      daemon/execdriver/native/driver.go

+ 0 - 2
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,