From d5098fde9a64fdec2098c7a0c6bd777f88f7d4c9 Mon Sep 17 00:00:00 2001 From: Daehyeok Mun Date: Mon, 17 Nov 2014 23:27:03 +0900 Subject: [PATCH] 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 --- trust/trusts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/trust/trusts.go b/trust/trusts.go index 33354bd3ce..f5e317e9e3 100644 --- a/trust/trusts.go +++ b/trust/trusts.go @@ -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) } }()