mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-09 18:55:07 -05:00
Cleanup
This commit is contained in:
parent
971a207582
commit
e701c10ec6
1 changed files with 0 additions and 2 deletions
|
|
@ -335,8 +335,6 @@ class RVDetails(MDRecycleView):
|
|||
|
||||
self.entries = []
|
||||
rendered_telemetry.sort(key=lambda s: sort[s["name"]] if s["name"] in sort else 1000)
|
||||
RNS.log("Sorted:")
|
||||
RNS.log(str(rendered_telemetry))
|
||||
for s in rendered_telemetry:
|
||||
try:
|
||||
extra_entries = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue