Skip to content

Commit 2f92156

Browse files
committed
Remove commented line
1 parent ca13448 commit 2f92156

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

simplipy/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ async def async_get_systems(self) -> dict[int, SystemV2 | SystemV3]:
297297
LOGGER.info("Skipping inactive subscription: %s", sid)
298298
continue
299299

300-
# if "system" not in subscription["location"]:
301300
if not subscription["location"].get("system"):
302301
LOGGER.error("Skipping subscription with missing system data: %s", sid)
303302
continue

0 commit comments

Comments
 (0)