Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 16:47:59 +0000
changeset 1619 66f944747562
parent 1618 1a9820619d5f
child 1620 45f4e9cd9100
Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/logic/accounts.py
--- a/app/soc/logic/accounts.py	Wed Mar 04 16:46:54 2009 +0000
+++ b/app/soc/logic/accounts.py	Wed Mar 04 16:47:59 2009 +0000
@@ -53,7 +53,6 @@
   if account.email().find('@') != -1:
     return account
 
-  normalized = normalizeAccount(account)
   domain = account.auth_domain()
   denormalized = ''.join([account.email(), '@', domain])