diff --git a/app.js b/app.js index 33348e9917..d8e6cdfd5f 100755 --- a/app.js +++ b/app.js @@ -153,7 +153,6 @@ app.get('/auth/tumblr/callback', passport.authorize('tumblr', { failureRedirect: }); app.get('/auth/venmo', passport.authorize('venmo', { scope: 'make_payments access_profile access_balance access_email access_phone' })); app.get('/auth/venmo/callback', passport.authorize('venmo', { failureRedirect: '/api' }), function(req, res) { - console.log('Success'); res.redirect('/api/venmo'); });