ui: remove assert that updated receiver is still in window

This commit is contained in:
Peter F. Patel-Schneider 2020-04-20 17:55:59 -04:00 committed by Filipe Laíns
parent 65824a4c08
commit d487a0d889
1 changed files with 0 additions and 1 deletions

View File

@ -783,7 +783,6 @@ def update(device, need_popup=False):
# receiver
is_alive = bool(device)
item = _receiver_row(device.path, device if is_alive else None)
assert item
if is_alive and item:
was_pairing = bool(_model.get_value(item, _COLUMN.STATUS_ICON))