mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
removing serializeUser console.log -- how long has this ben here? haha
This commit is contained in:
@@ -102,7 +102,6 @@
|
||||
}
|
||||
|
||||
passport.serializeUser(function(user, done) {
|
||||
console.log('serializeUser');
|
||||
done(null, user.uid);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user