mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: remove assert for NodeDB max size of 256 nodes
This commit is contained in:
parent
cb7ef639c0
commit
6afd20b874
1 changed files with 0 additions and 1 deletions
|
|
@ -1312,7 +1312,6 @@ class MeshService : Service(), Logging {
|
|||
)
|
||||
insertMeshLog(packetToSave)
|
||||
|
||||
logAssert(newNodes.size <= 256) // Sanity check to make sure a device bug can't fill this list forever
|
||||
newNodes.add(info)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue