mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Comment out this debug print, since it's no longer required, but should be moved to some logger()
This commit is contained in:
@@ -55,8 +55,8 @@ class AddEmailForm(forms.Form):
|
||||
'verification_link': link,
|
||||
'site_name': settings.SITE_NAME,
|
||||
})
|
||||
if settings.DEBUG:
|
||||
print('DEBUG: %s' % link)
|
||||
#if settings.DEBUG:
|
||||
# print('DEBUG: %s' % link)
|
||||
send_mail(email_subject, email_body, settings.SERVER_EMAIL,
|
||||
[unconfirmed.email])
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user