From: Herve Saint-Amand Date: Sun, 1 Jan 2017 22:39:07 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: live~3600^2~31 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/20a74fcbf16d2da4ce8c758abf7af857367f2649 Remove unused variable --- diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 40f1875be..69c447877 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -160,7 +160,6 @@ class Notifier < ActionMailer::Base @owner = recipient == comment.changeset.user @commenter = comment.author.display_name @commenter_url = user_url(comment.author.display_name, :host => SERVER_URL) - @commenter_thumbnail_src = comment.author.image.url(:small, :host => SERVER_URL) @changeset_comment = comment.changeset.tags["comment"].presence @time = comment.created_at @changeset_author = comment.changeset.user.display_name