mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 07:57:30 +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)
|
||||
err = namesys.PutRecordToRouting(ctx, priv, p, seq, eol, rp.r, id)
|
||||
if err != nil {
|
||||
println("put record to routing error: " + err.Error())
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user