diff --git a/namesys/republisher/repub.go b/namesys/republisher/repub.go index 7bb54fcd4..ae8c5e8d1 100644 --- a/namesys/republisher/repub.go +++ b/namesys/republisher/repub.go @@ -138,7 +138,6 @@ func (rp *Republisher) republishEntry(ctx context.Context, priv ic.PrivKey) erro eol := time.Now().Add(rp.RecordLifetime) err = namesys.PutRecordToRouting(ctx, priv, p, seq, eol, rp.r, id) if err != nil { - println("put record to routing error: " + err.Error()) return err }