mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 07:57:30 +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
|
||||
}
|
||||
|
||||
log.Error("RESOLVE KEY: ", []byte(dhtkey))
|
||||
|
||||
go func() {
|
||||
defer close(outChan)
|
||||
for e := range events {
|
||||
|
@ -141,7 +141,6 @@ func PutRecordToRouting(ctx context.Context, k ci.PrivKey, value path.Path, seqn
|
||||
return err
|
||||
}
|
||||
|
||||
log.Error("KEY: ", []byte(namekey))
|
||||
ttl, ok := checkCtxTTL(ctx)
|
||||
if ok {
|
||||
entry.Ttl = proto.Uint64(uint64(ttl.Nanoseconds()))
|
||||
|
Reference in New Issue
Block a user