Removing logs

This commit is contained in:
Belen Curcio
2017-05-25 20:06:49 -03:00
parent 8171cb53e1
commit 8edc16ed85
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ const router = express.Router();
* This returns the user if they are logged in.
*/
router.get('/', (req, res, next) => {
console.log('REQ.USER', req.user);
if (req.user) {
return next();
-1
View File
@@ -210,7 +210,6 @@ passport.use(new JwtStrategy({
// Load the user from the environment, because we just got a user from the
// header.
try {
console.log(req.cookies, req.headers)
// Check to see if the token has been revoked
await CheckBlacklisted(jwt);