remove stopwatches + logs

This commit is contained in:
Pascal Fischer
2024-04-29 16:26:44 +02:00
parent 02537e5536
commit 2095e35217
3 changed files with 0 additions and 39 deletions

View File

@@ -5,8 +5,6 @@ import (
"net"
"net/netip"
"time"
log "github.com/sirupsen/logrus"
)
// Peer represents a machine connected to the network.
@@ -175,8 +173,6 @@ func (p *Peer) UpdateMetaIfNew(meta PeerSystemMeta) bool {
meta.UIVersion = p.Meta.UIVersion
}
log.Infof("Check if meta is equal: %v", p.Meta.isEqual(meta))
if p.Meta.isEqual(meta) {
return false
}