Browse Source

Merge pull request #9197 from somaopensource/remove_obsolete_comment

Remove obsolete comments
Jessie Frazelle 10 years ago
parent
commit
ecaba0eb4a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      trust/trusts.go

+ 0 - 1
trust/trusts.go

@@ -182,7 +182,6 @@ func (t *TrustStore) fetch() {
 		go func() {
 		go func() {
 			err := t.reload()
 			err := t.reload()
 			if err != nil {
 			if err != nil {
-				// TODO log
 				log.Infof("Reload of trust graph failed: %s", err)
 				log.Infof("Reload of trust graph failed: %s", err)
 			}
 			}
 		}()
 		}()