Remove irrelevant comment.

This commit is contained in:
Guo Xiang Tan 2017-09-08 13:10:08 +08:00
parent 5d4221fbe1
commit 0f2a303f00
1 changed files with 0 additions and 1 deletions

View File

@ -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)