Removed more dead code

This commit is contained in:
SET 2020-08-11 15:09:46 -03:00
parent 405e172395
commit d2bd0da962
1 changed files with 0 additions and 3 deletions

View File

@ -212,9 +212,6 @@ class ComponentGroup(object):
return
field_ori = field
field = field.lower()
# Exclude the ones we handle in special ways
if field in ColumnList.COLUMNS_PROTECTED_L:
return
if (field not in self.fields) or (not self.fields[field]):
self.fields[field] = value
self.field_names.append(field_ori)