aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 21:33:16 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-13 21:33:16 +0200
commit55dd4537491462454ffa1b3612387260811a07c7 (patch)
tree1056c055ac8d12ef2cb2897adacb5517613b7102 /pyaggr3g470r/views.py
parentDisplay user activation key? (diff)
downloadnewspipe-55dd4537491462454ffa1b3612387260811a07c7.tar.gz
newspipe-55dd4537491462454ffa1b3612387260811a07c7.tar.bz2
newspipe-55dd4537491462454ffa1b3612387260811a07c7.zip
Test with postmark OK.
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r--pyaggr3g470r/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py
index 40b2d0c3..7e73b7da 100644
--- a/pyaggr3g470r/views.py
+++ b/pyaggr3g470r/views.py
@@ -190,7 +190,6 @@ def signup():
emails.new_account_notification(user)
except Exception as e:
flash(gettext('Problem while sending activation email: '+ str(e)), 'danger')
- print str(e)
return redirect(url_for('home'))
flash(gettext('Your account has been created. Check your mail to confirm it.'), 'success')
bgstack15