log out user id and anonymous when loading editor

This commit is contained in:
Henry Oswald 2017-01-05 15:02:10 +00:00
parent 7bbbfe20b9
commit 862e15b842

View file

@ -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)->