зеркало из https://github.com/microsoft/docker.git
Remove obsolete comments
In the below comment line, already codes for log exists so following comment is obsolete. // TODO log Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
This commit is contained in:
Родитель
34cb92e2d4
Коммит
d5098fde9a
|
@ -182,7 +182,6 @@ func (t *TrustStore) fetch() {
|
|||
go func() {
|
||||
err := t.reload()
|
||||
if err != nil {
|
||||
// TODO log
|
||||
log.Infof("Reload of trust graph failed: %s", err)
|
||||
}
|
||||
}()
|
||||
|
|
Загрузка…
Ссылка в новой задаче