1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #9197 from somaopensource/remove_obsolete_comment

Remove obsolete comments
Upstream-commit: ecaba0eb4abd5ad26eb07f7ac89a16b8914347fa
Component: engine
This commit is contained in:
Jessie Frazelle
2014-11-17 12:53:23 -07:00

View File

@@ -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)
}
}()