From 00e4472dff9e7223095e00944d8e0167b57f3261 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 15 Feb 2016 00:49:06 -0800 Subject: [PATCH] Remove debug log License: MIT Signed-off-by: Jeromy --- core/commands/dht.go | 2 -- namesys/publisher.go | 1 - 2 files changed, 3 deletions(-) diff --git a/core/commands/dht.go b/core/commands/dht.go index 0a14d7a8a..4319b15da 100644 --- a/core/commands/dht.go +++ b/core/commands/dht.go @@ -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 { diff --git a/namesys/publisher.go b/namesys/publisher.go index ba7353f6a..6b5433561 100644 --- a/namesys/publisher.go +++ b/namesys/publisher.go @@ -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()))