Remove an unuseful/inaccurate comment

This commit is contained in:
Ian McEwen
2024-05-10 20:17:48 -07:00
parent dc1dec17b5
commit fef0e1b77f

View File

@@ -265,7 +265,6 @@ def onConnected(interface):
alt = 0
lat = 0.0
lon = 0.0
# TODO: use getNode(args.dest) to be able to set it for a remote node
localConfig = interface.localNode.localConfig
if args.setalt:
alt = int(args.setalt)