summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.py b/app.py
index 6c64043..3dcb8ea 100644
--- a/app.py
+++ b/app.py
@@ -114,7 +114,6 @@ def register_complete(token):
assert login_user(user.uid, user.password)
if app.config.get('MAIL_REGISTER_NOTIFY'):
- print 'mail versandt an %s' % app.config['MAIL_REGISTER_NOTIFY']
send_mail(
app.config['MAIL_REGISTER_NOTIFY'],
u'[accounts] Neuer Benutzer %s' % username,