diff --git a/kpi/models/asset_snapshot.py b/kpi/models/asset_snapshot.py index f362db06e0..e25a09853d 100644 --- a/kpi/models/asset_snapshot.py +++ b/kpi/models/asset_snapshot.py @@ -214,12 +214,6 @@ def generate_xml_from_source(self, warnings = [] details = {} - for row in source_copy['survey']: - if row.get('type') in ['select_one_from_file', 'select_multiple_from_file']: - ff = row.pop('file') - _type = row.pop('type') - row['type'] = f'{_type} {ff}' - try: xml = FormPack({'content': source_copy}, root_node_name=root_node_name,