remove append (#978)

This commit is contained in:
kazuminn
2020-05-20 13:55:07 +09:00
committed by GitHub
parent 466ec93d8e
commit 420825cacc

View File

@@ -304,7 +304,6 @@ func detectContainerOSes(timeoutSec int) (actives, inactives []osTypeInterface)
u.setErrs([]error{
xerrors.New("Timed out"),
})
inactives = append(inactives)
util.Log.Errorf("Timed out: %s", servername)
}
}