diff -r 8a7110ad3d82 -r 92c17629af0e app/soc/logic/models/base.py --- 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}