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:
@ -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
|
||||
|
Reference in New Issue
Block a user