diff --git a/plinth/modules/udiskie/udisks2.py b/plinth/modules/udiskie/udisks2.py index 32da61ebe..4c30c188a 100644 --- a/plinth/modules/udiskie/udisks2.py +++ b/plinth/modules/udiskie/udisks2.py @@ -52,12 +52,6 @@ def list_devices(): 'filesystem_type': block.props.id_type } - try: - drive = client.get_drive_for_block(block) - device['ejectable'] = drive.props.id_type - except Exception: - pass - try: device['mount_points'] = obj.get_filesystem().props.mount_points except Exception: