1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 16:07:42 +08:00

Remove debug log

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-02-15 00:49:06 -08:00
parent c5b2e09708
commit 00e4472dff
2 changed files with 0 additions and 3 deletions

View File

@ -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 {

View File

@ -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()))