diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-05 13:54:22 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-05 13:54:22 -0400 |
| commit | f4f10d5eb690a33dd1c112358457a2b987297f26 (patch) | |
| tree | d97326763dd016c13a068fb7dee40fc0b9667f83 /backend/src/index.js | |
| parent | a75b2491758a451283e2a373bb3fbe886520b345 (diff) | |
work
Diffstat (limited to 'backend/src/index.js')
| -rw-r--r-- | backend/src/index.js | 1 |
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(); }); |
