Removed unused variable
authorJoar Wandborg <git@wandborg.com>
Sat, 7 May 2011 23:58:58 +0000 (01:58 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 7 May 2011 23:58:58 +0000 (01:58 +0200)
Signed-off-by: Joar Wandborg <git@wandborg.com>
mediagoblin/auth/views.py

index 7468def0723fbd499a2763f1cf6dcd8720965e80..3ef1e75ff1987841d849f6cc61ff2c4929758042 100644 (file)
@@ -47,9 +47,6 @@ def register(request):
                 request.POST['password'])
             entry.save(validate=True)
             
-            # TODO: Move this setting to a better place
-            EMAIL_SENDER_ADDRESS = 'mediagoblin@fakehost'
-
             email_template = request.template_env.get_template(
                 'mediagoblin/auth/verification_email.txt')