From b4121f262d0fe543827298b4ddfeb12a333cecdd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 23 Dec 2013 20:51:17 -0500 Subject: [PATCH] removing serializeUser console.log -- how long has this ben here? haha --- src/routes/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/authentication.js b/src/routes/authentication.js index c731c9952f..49a37999a7 100644 --- a/src/routes/authentication.js +++ b/src/routes/authentication.js @@ -102,7 +102,6 @@ } passport.serializeUser(function(user, done) { - console.log('serializeUser'); done(null, user.uid); });