mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: remove debug message
This commit is contained in:
parent
2d30fd89bc
commit
4f5a07926e
1 changed files with 0 additions and 1 deletions
|
|
@ -414,7 +414,6 @@ fun MapView(model: UIViewModel = viewModel()) {
|
|||
// FIXME workaround to 'nodes.observeAsState' going stale after MapFragment enters onPause state
|
||||
if (downloadRegionBoundingBox == null) LaunchedEffect(Unit) {
|
||||
while (true) {
|
||||
debug("update position LaunchedEffect() ${nodes.size}")
|
||||
drawOverlays()
|
||||
delay(30000L)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue