mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 11:46:28 -04:00
refactor: remove debug message
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user