Remove an unnecessary log line in kubelet

This commit is contained in:
Yu-Ju Hong 2016-11-01 08:23:47 -07:00
parent 63954ccd0e
commit 2a4f2cd50d

View File

@ -764,7 +764,6 @@ func (dm *DockerManager) runContainer(
if len(securityOpts) > 0 {
var msgs []string
for _, opt := range securityOpts {
glog.Errorf("Logging security options: %+v", opt)
msg := opt.msg
if msg == "" {
msg = opt.value