1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 17:22:21 +08:00

remove low signal log messages

This commit is contained in:
Jeromy
2015-01-15 22:01:33 +00:00
parent 7c9431ba23
commit 6bfb9d838c

View File

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