summaryrefslogtreecommitdiffstats
path: root/backend/src/index.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-05 13:54:22 -0400
committerWes Bos <wesbos@gmail.com>2018-04-05 13:54:22 -0400
commitf4f10d5eb690a33dd1c112358457a2b987297f26 (patch)
treed97326763dd016c13a068fb7dee40fc0b9667f83 /backend/src/index.js
parenta75b2491758a451283e2a373bb3fbe886520b345 (diff)
work
Diffstat (limited to 'backend/src/index.js')
-rw-r--r--backend/src/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/index.js b/backend/src/index.js
index 4f98c52..8cf48fc 100644
--- a/backend/src/index.js
+++ b/backend/src/index.js
@@ -24,7 +24,6 @@ server.express.use(async (req, res, next) => {
`
);
req.user = user;
- console.log(req.user);
next();
});