mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #9197 from somaopensource/remove_obsolete_comment
Remove obsolete comments
This commit is contained in:
commit
ecaba0eb4a
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Reference in a new issue