remove unnecessary L10n comment

This commit is contained in:
Chris Van 2012-03-27 15:48:23 -07:00
Родитель 7064671499
Коммит 1efa91ea03
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,6 @@ paypal_log = commonware.log.getLogger('z.paypal')
def support_mail(title, template, sender, recipients):
try:
# L10n: %s is the app name.
return send_mail(title, template, sender, recipients)
except SMTPRecipientsRefused, e:
log.error('Tried to send mail from %s to %s: %s' %