From 5f212be0fed527ba52fd3a95ae9b8a8f9a825e21 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Wed, 15 May 2013 11:21:01 +0200 Subject: removed consolellogging --- routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/routes.js b/routes.js index 0e57dc7..7abe210 100644 --- a/routes.js +++ b/routes.js @@ -38,7 +38,6 @@ module.exports = function(app, passport, auth) { app.get('/auth/facebook', passport.authenticate('facebook', { failureRedirect: '/test' }), users.signin); app.get('/auth/facebook/callback', passport.authenticate('facebook', { failureRedirect: '/test' }), function(req, res) { - console.log('/auth/facebook/callback --- ' + req.user.username); res.redirect('/dashboard'); }); -- cgit v1.2.3