removing serializeUser console.log -- how long has this ben here? haha

This commit is contained in:
Julian Lam
2013-12-23 20:51:17 -05:00
parent 256a2fa9c6
commit b4121f262d

View File

@@ -102,7 +102,6 @@
}
passport.serializeUser(function(user, done) {
console.log('serializeUser');
done(null, user.uid);
});