# HG changeset patch # User Pawel Solyga # Date 1236185279 0 # Node ID 66f9447475629e956f0ea00829836769fc953941 # Parent 1a9820619d5fd224f2943896804204cbab461532 Remove unused normalized variable from denormalizeAccount method in soc.logic.accounts module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 1a9820619d5f -r 66f944747562 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])