From d6339040e9b5b747e39ea82782f313ca037e4749 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Wed, 12 Mar 2014 19:41:33 +0200 Subject: [PATCH] Update twitter.js --- config/strategies/twitter.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/strategies/twitter.js b/config/strategies/twitter.js index ef98e46b0e..02ebd4cf2a 100644 --- a/config/strategies/twitter.js +++ b/config/strategies/twitter.js @@ -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) { @@ -37,4 +36,4 @@ module.exports = function() { }); } )); -}; \ No newline at end of file +};