Skip to content

Commit

Permalink
remove redundant lines in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Nov 12, 2023
1 parent 6d578ae commit 36fe324
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,6 @@ def can_update_personell?(lecture)
return false
end

# make sure that no IP adress data are stored via the :trackable module
# of Devise
# see https://github.com/heartcombo/devise/issues/4849#issuecomment-534733131
# We use the Devise::Trackable module to track sign-in count and current/last
# sign-in timestamp. However, we don't want to track IP address, but Trackable
Expand Down

0 comments on commit 36fe324

Please sign in to comment.