Skip to content

Commit

Permalink
remove local stats call
Browse files Browse the repository at this point in the history
  • Loading branch information
garthvh committed Aug 27, 2024
1 parent 698eb7b commit f757909
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Meshtastic/Extensions/CoreData/NodeInfoEntityExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f757909

Please sign in to comment.