@cryptotaxi247 / kubo / commits / 2e77f73d5

remove a spurious debug message

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Feb 26, 2018 at 10:27 UTC 2e77f73d53bec55c212eb384081493a519587ff0
1 file changed -1
namesys/republisher/repub.go
-1
@@ -138,7 +138,6 @@ func (rp *Republisher) republishEntry(ctx context.Context, priv ic.PrivKey) erro
138 eol := time.Now().Add(rp.RecordLifetime)
139 err = namesys.PutRecordToRouting(ctx, priv, p, seq, eol, rp.r, id)
140 if err != nil {
141 - println("put record to routing error: " + err.Error())
141 return err
142 }
143