Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update twitter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Mar 12, 2014
1 parent c06a9ae commit d633904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/strategies/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = function() {
callbackURL: config.twitter.callbackURL
},
function(token, tokenSecret, profile, done) {
console.log(profile);
User.findOne({
'providerData.id_str': profile.id
}, function(err, user) {
Expand All @@ -37,4 +36,4 @@ module.exports = function() {
});
}
));
};
};

0 comments on commit d633904

Please sign in to comment.