Skip to content

Commit

Permalink
Update lib/current_user.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Feb 24, 2013
1 parent d42a87e commit ab97dc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/current_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module CurrentUser

def self.lookup_from_env(env)
request = Rack::Request.new(env)
puts request.inspect
auth_token = request.cookies[:_t]
user = nil
if auth_token && auth_token.length == 32
Expand Down

0 comments on commit ab97dc8

Please sign in to comment.