diff options
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r-- | pyaggr3g470r/views.py | 1 |
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') |