提交 2e77f73d 作者: Jeromy

remove a spurious debug message

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 2ee4543c
...@@ -138,7 +138,6 @@ func (rp *Republisher) republishEntry(ctx context.Context, priv ic.PrivKey) erro ...@@ -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
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论