forked from platformio/platformio-core
Remove unused code
This commit is contained in:
@ -156,9 +156,5 @@ class OSRPC:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_logical_devices():
|
def get_logical_devices():
|
||||||
items = []
|
return list_logical_devices()
|
||||||
for item in list_logical_devices():
|
|
||||||
if item["name"]:
|
|
||||||
item["name"] = item["name"]
|
|
||||||
items.append(item)
|
|
||||||
return items
|
|
||||||
|
Reference in New Issue
Block a user