mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-21 21:10:36 +01:00
Cleanup
This commit is contained in:
parent
8fe92da00a
commit
6d15dd2940
@ -3790,8 +3790,6 @@ class SidebandApp(MDApp):
|
||||
if mlon < -179: mlon = -179
|
||||
if mlon > 179: mlon = 179
|
||||
|
||||
RNS.log(f"zoom={mzoom}, lat={mlat}, lon={mlon}")
|
||||
|
||||
self.map_screen = Builder.load_string(layout_map_screen)
|
||||
self.map_screen.app = self
|
||||
self.root.ids.screen_manager.add_widget(self.map_screen)
|
||||
|
Loading…
Reference in New Issue
Block a user