mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:52:57 +00:00
log out user id and anonymous when loading editor
This commit is contained in:
parent
7bbbfe20b9
commit
862e15b842
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ module.exports = ProjectController =
|
|||
user_id = null
|
||||
|
||||
project_id = req.params.Project_id
|
||||
logger.log project_id:project_id, "loading editor"
|
||||
logger.log project_id:project_id, anonymous:anonymous, user_id:user_id, "loading editor"
|
||||
|
||||
async.parallel {
|
||||
project: (cb)->
|
||||
|
|
Loading…
Reference in a new issue