Removed dead code.

This commit is contained in:
SET 2020-08-11 16:02:00 -03:00
parent 14f2b2b353
commit 17b5e61a43
1 changed files with 0 additions and 2 deletions

View File

@ -270,8 +270,6 @@ class ComponentGroup(object):
v = self.get_field(source)
if v:
val = val + ' ' + v
if val is None:
val = ""
row.append(val)
return row