Remove noisy logs, add new camp counselors and add github auth back in

This commit is contained in:
Michael Q Larson
2015-01-04 12:26:45 -08:00
parent ba800ee54b
commit f243367774
5 changed files with 17 additions and 15 deletions

View File

@ -206,8 +206,6 @@ exports.postUpdateProfile = function(req, res, next) {
}
var user = req.user;
if (existingUsername && existingUsername.profile.username != user.profile.username) {
console.log(user.profile.username)
console.log(existingUsername.username)
req.flash('errors', {
msg: 'An account with that username already exists.'
});