vrfs-273/403: removed unused stray line

This commit is contained in:
Jonathan Kolyer 2013-08-09 11:14:56 -05:00
parent 29baee0e5e
commit 71752017fc
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ module SessionsHelper
end
def sign_out
@current_user.forget_login! if current_user
current_user = nil
cookies.delete(:remember_token)
end