remove block_login? check from current user

This commit is contained in:
Neil Lalonde 2014-10-06 14:39:48 -04:00
parent 67c10a7eab
commit 427487783b
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ module CurrentUser
def current_user
c = current_user_provider.current_user
ScreenedIpAddress.block_login?(c, request.remote_ip) ? nil : c
end
private