Commit 52de86ae authored by Jeromy's avatar Jeromy

remove low signal log messages

parent f8233c83
......@@ -123,9 +123,6 @@ func (dht *IpfsDHT) GetValue(ctx context.Context, key u.Key) ([]byte, error) {
func (dht *IpfsDHT) Provide(ctx context.Context, key u.Key) error {
log := dht.log().Prefix("Provide(%s)", key)
log.Debugf("start", key)
defer log.Debugf("end", key)
defer log.EventBegin(ctx, "provide", &key).Done()
// add self locally
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment