Remove irrelevant comment.
This commit is contained in:
parent
5d4221fbe1
commit
0f2a303f00
|
@ -20,7 +20,6 @@ class AvatarLookup
|
|||
end
|
||||
|
||||
def user_lookup_hash
|
||||
# adding tap here is a personal taste thing
|
||||
hash = {}
|
||||
User.joins(:user_emails)
|
||||
.where(id: @user_ids)
|
||||
|
|
Loading…
Reference in New Issue