提交 00e4472d 作者: Jeromy

Remove debug log

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 c5b2e097
...@@ -354,8 +354,6 @@ GetValue will return the value stored in the DHT at the given key. ...@@ -354,8 +354,6 @@ GetValue will return the value stored in the DHT at the given key.
return return
} }
log.Error("RESOLVE KEY: ", []byte(dhtkey))
go func() { go func() {
defer close(outChan) defer close(outChan)
for e := range events { for e := range events {
......
...@@ -141,7 +141,6 @@ func PutRecordToRouting(ctx context.Context, k ci.PrivKey, value path.Path, seqn ...@@ -141,7 +141,6 @@ func PutRecordToRouting(ctx context.Context, k ci.PrivKey, value path.Path, seqn
return err return err
} }
log.Error("KEY: ", []byte(namekey))
ttl, ok := checkCtxTTL(ctx) ttl, ok := checkCtxTTL(ctx)
if ok { if ok {
entry.Ttl = proto.Uint64(uint64(ttl.Nanoseconds())) entry.Ttl = proto.Uint64(uint64(ttl.Nanoseconds()))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论