We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76de5e8 commit f159416Copy full SHA for f159416
1 file changed
ietf/submit/models.py
@@ -72,8 +72,6 @@ def confirmation_email_list(self):
72
try:
73
draft = InternetDraft.objects.get(filename=self.filename)
74
email_list = list(set(u'%s <%s>' % (i.person.name, i.email()) for i in draft.authors))
75
- import debug
76
- debug.show('email_list')
77
except InternetDraft.DoesNotExist:
78
email_list = list(set(u'%s <%s>' % i.email() for i in self.tempidauthors_set.all()))
79
return email_list
0 commit comments