Explorar o código

Merge pull request #13637 from LK4D4/remove_debug

Remove useless debug message
Brian Goff %!s(int64=10) %!d(string=hai) anos
pai
achega
d156bc9dd4
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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(
 	f, err := libcontainer.New(
 		root,
 		root,
 		cgm,
 		cgm,