[management ] remove timing logs (#4761)

This commit is contained in:
Pascal Fischer
2025-11-07 20:14:52 +01:00
committed by GitHub
parent dbfc8a52c9
commit 7df49e249d
5 changed files with 0 additions and 65 deletions

View File

@@ -265,10 +265,6 @@ func (a *Account) GetPeerNetworkMap(
metrics *telemetry.AccountManagerMetrics,
) *NetworkMap {
start := time.Now()
defer func() {
log.WithContext(ctx).Debugf("GetPeerNetworkMap: took %s", time.Since(start))
}()
peer := a.Peers[peerID]
if peer == nil {
return &NetworkMap{