remove local stats call

This commit is contained in:
Garth Vander Houwen 2024-08-26 22:53:12 -07:00
parent 698eb7b5d0
commit f757909aa4

View file

@ -22,10 +22,6 @@ extension NodeInfoEntity {
return self.telemetries?.filtered(using: NSPredicate(format: "metricsType == 1")).lastObject as? TelemetryEntity
}
// var latestLocalStats: TelemetryEntity? {
// return self.telemetries?.filtered(using: NSPredicate(format: "metricsType == 6")).lastObject as? TelemetryEntity
// }
var hasPositions: Bool {
return positions?.count ?? 0 > 0
}