* don't null user on context; it should always be non-null

This commit is contained in:
Seth Call 2014-05-02 19:07:10 -05:00
parent 14d6904162
commit 30b3098244
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ module JamWebsockets
if user_contexts.length == 0
@user_context_lookup.delete(client_context.user.id)
end
client_context.user = nil
end
end