app/soc/logic/models/base.py
changeset 442 92c17629af0e
parent 441 8a7110ad3d82
child 447 83b49d60effd
--- a/app/soc/logic/models/base.py	Tue Nov 04 14:09:37 2008 +0000
+++ b/app/soc/logic/models/base.py	Tue Nov 04 20:06:36 2008 +0000
@@ -190,8 +190,6 @@
       # an entity exist for this link_name, so return that entity
       return entity
 
-    fields = []
-
     format_text = ugettext_lazy('"%(key)s" is "%(value)s"')
 
     msg_pairs = [format_text % {'key': key, 'value': value}