removes unneeded comment

This commit is contained in:
Zmago Devetak 2018-07-11 09:29:10 +02:00 committed by GitHub
parent 8fe1977ca8
commit 5a1615825d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ module ApplicationHelper
end
user_name = user.full_name
# binding.pry
unless skip_user_status || user_still_in_team
user_name << " #{I18n.t('atwho.res.removed')}"
end