Removed dead code.
This commit is contained in:
parent
14f2b2b353
commit
17b5e61a43
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue