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>
Upstream-commit: d5098fde9a64fdec2098c7a0c6bd777f88f7d4c9
Component: engine
This commit is contained in:
Daehyeok Mun
2014-11-17 23:27:03 +09:00
parent 89f15328f3
commit e7d027944d
-1
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)
}
}()