From edb421592935aada764fb9dea3fe9d6b4c876b39 Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Mon, 25 Nov 2024 00:45:22 -0500 Subject: [PATCH] Took out debug print statement --- src/app/channel/activeChannel.js | 2 -- 1 file changed, 2 deletions(-) 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); }