Remove debug log
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Feb 15, 2016 at 00:49 UTC
00e4472dff9e7223095e00944d8e0167b57f3261
2 files changed
-3
core/commands/dht.go
-2
@@ -354,8 +354,6 @@ GetValue will return the value stored in the DHT at the given key.
354
return
355
}
356
357
- log.Error("RESOLVE KEY: ", []byte(dhtkey))
358
-
357
go func() {
358
defer close(outChan)
359
for e := range events {
namesys/publisher.go
-1
@@ -141,7 +141,6 @@ func PutRecordToRouting(ctx context.Context, k ci.PrivKey, value path.Path, seqn
141
return err
142
}
143
144
- log.Error("KEY: ", []byte(namekey))
144
ttl, ok := checkCtxTTL(ctx)
145
if ok {
146
entry.Ttl = proto.Uint64(uint64(ttl.Nanoseconds()))