Skip to content

Commit

Permalink
update: remove console.log episode 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Rauwers committed Feb 20, 2021
1 parent 6fbb652 commit 9c27f11
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ io.on('connection', socket => {
const { user } = socket.handshake.query

connectUsers[user] = socket.id
console.log('🚀 ----------------------------------------------------------')
console.log('🚀 ~ file: server.js ~ line 33 ~ connectUsers', connectUsers)
console.log('🚀 ----------------------------------------------------------')
})

//app.use()
Expand Down

0 comments on commit 9c27f11

Please sign in to comment.