mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
remove a spurious debug message
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -138,7 +138,6 @@ func (rp *Republisher) republishEntry(ctx context.Context, priv ic.PrivKey) erro
|
|||||||
eol := time.Now().Add(rp.RecordLifetime)
|
eol := time.Now().Add(rp.RecordLifetime)
|
||||||
err = namesys.PutRecordToRouting(ctx, priv, p, seq, eol, rp.r, id)
|
err = namesys.PutRecordToRouting(ctx, priv, p, seq, eol, rp.r, id)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
println("put record to routing error: " + err.Error())
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user