Browse code

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 authored on 2014/11/17 23:27:03
Showing 1 changed files
... ...
@@ -182,7 +182,6 @@ func (t *TrustStore) fetch() {
182 182
 		go func() {
183 183
 			err := t.reload()
184 184
 			if err != nil {
185
-				// TODO log
186 185
 				log.Infof("Reload of trust graph failed: %s", err)
187 186
 			}
188 187
 		}()