Skip to content

Commit

Permalink
removed forgotten pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
demo committed Nov 28, 2011
1 parent b74f691 commit 049b751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpdesk/lib.py
Expand Up @@ -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
Expand Down

0 comments on commit 049b751

Please sign in to comment.