refactor: remove debug message

This commit is contained in:
andrekir 2023-07-20 18:58:37 -03:00
parent 2d30fd89bc
commit 4f5a07926e

View file

@ -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)
}