Logo was being attached twice on changeset comment notifications

This commit is contained in:
Herve Saint-Amand 2017-01-13 21:45:52 +00:00
parent 7ef57b2fe8
commit 75f96fcc9a

View file

@ -182,7 +182,6 @@ class Notifier < ActionMailer::Base
I18n.t("notifier.changeset_comment_notification.commented.subject_other", :commenter => @commenter)
end
attach_project_logo
attach_user_avatar(comment.author)
mail :to => recipient.email, :subject => subject