mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Removed a line for debugging the ladder friends fetching handler.
This commit is contained in:
parent
431d3054b6
commit
f7e1b338a6
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ LevelHandler = class LevelHandler extends Handler
|
|||
|
||||
query.exec (err, sessionResults) ->
|
||||
return res.send([]) unless sessionResults.length
|
||||
res.send(sessionResults)
|
||||
userMap = {}
|
||||
userMap[u._id] = u.facebookID for u in userResults
|
||||
session.facebookID = userMap[session.creator] for session in sessionResults
|
||||
|
|
Loading…
Reference in a new issue