Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
remove v8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiChou committed Nov 7, 2020
1 parent 5478d2f commit d38f409
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ channels.session.on('connection', async(socket) => {
return
}

await session.enableJit()

session.detached.connect((reason) => {
socket.emit('detached', reason)
socket.disconnect(true)
Expand Down

0 comments on commit d38f409

Please sign in to comment.