remove comments

This commit is contained in:
Matteo Pagliazzi
2015-12-30 23:00:54 +01:00
parent 25b0c3be2b
commit f76c9d025f

View File

@@ -201,8 +201,6 @@ api.loginSocial = {
if (network !== 'facebook') throw new NotAuthorized(res.t('onlyFbSupported'));
// TODO promise here?
// TODO throwing inside a callback still bubblet up to the async handler?
let profile = await _passportFbProfile(accessToken);
let user = await User.findOne({