diff --git a/src/app/channel/activeChannel.js b/src/app/channel/activeChannel.js index ee348f8..e018185 100644 --- a/src/app/channel/activeChannel.js +++ b/src/app/channel/activeChannel.js @@ -51,8 +51,6 @@ module.exports = class{ //await this.sendClientMetadata(userDB, socket); await userObj.sendClientMetadata(); - console.log(userObj); - //Send out the userlist this.broadcastUserList(socket.chan); }