From 55dd4537491462454ffa1b3612387260811a07c7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 13 May 2014 21:33:16 +0200 Subject: Test with postmark OK. --- pyaggr3g470r/views.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyaggr3g470r/views.py') 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') -- cgit