Browse Source

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>

Daehyeok Mun 10 years ago
parent
commit
d5098fde9a
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)
 			}
 			}
 		}()
 		}()