summaryrefslogtreecommitdiffstats
path: root/backend/src/index.js
diff options
context:
space:
mode:
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();
});