mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Remove debug log
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -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
|
|||||||
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()))
|
||||||
|
Reference in New Issue
Block a user