removed forgotten pdb

This commit is contained in:
demo 2011-11-28 18:53:01 +01:00
parent b74f6914b2
commit 049b75182b

View File

@ -61,7 +61,6 @@ def send_templated_mail(template_name, email_context, recipients, sender=None, b
t = None
try:
import pdb;pdb.set_trace()
t = EmailTemplate.objects.get(template_name__iexact=template_name, locale=locale)
except EmailTemplate.DoesNotExist:
pass