refactor(MeshService): remove redundant updateNodeInfo call

This commit is contained in:
andrekir 2024-09-13 19:08:36 -03:00
parent a98d3899e6
commit 9a332e8367

View file

@ -1807,10 +1807,6 @@ class MeshService : Service(), Logging {
removeFixedPosition = true
}
})
updateNodeInfo(myNodeNum) {
it.position = position.copy(time = currentSecond())
}
}
}