]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/notifier.rb
Revert "Added a greeting to the changeset comment message"
[rails.git] / app / models / notifier.rb
index 73cbbad541c2040fa1f813211152c43335b60e73..1de86512088e030cdc5f75846178f334aac39a6d 100644 (file)
@@ -166,7 +166,6 @@ class Notifier < ActionMailer::Base
 
   def changeset_comment_notification(comment, recipient)
     with_recipient_locale recipient do
-      @to_user = recipient.display_name
       @changeset_url = changeset_url(comment.changeset, :host => SERVER_URL)
       @comment = comment.body
       @owner = recipient == comment.changeset.user
@@ -182,7 +181,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