]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused variable
authorHerve Saint-Amand <git@saintamh.org>
Sun, 1 Jan 2017 22:39:07 +0000 (22:39 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Sun, 1 Jan 2017 22:39:07 +0000 (22:39 +0000)
app/models/notifier.rb

index 40f1875be57c2b84c585caea9be75761c3bf1628..69c447877e423ed8aa26ebe21210aeecd5ee6382 100644 (file)
@@ -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