diff --git a/app.js b/app.js index 211ba03..cff3b5d 100644 --- a/app.js +++ b/app.js @@ -138,8 +138,6 @@ const withSession = () => { client.on('ready', () => { connectionReady() listenMessage() - loadRoutes(client); - socketEvents.sendStatus() }); client.on('auth_failure', () => connectionLost())