Adds some onboarding logging to investigate potential bug

This commit is contained in:
Alasdair Smith 2017-10-19 15:31:19 +01:00
parent 0d02332be8
commit 4d4dba9677

View file

@ -273,6 +273,7 @@ module.exports = ProjectController =
else if event?
return cb(null, false)
else
logger.log user_id, event, "autocompile onboarding not shown yet to this user"
return cb(null, true)
}, (err, results)->
if err?