Took out debug print statement

This commit is contained in:
rainbow napkin 2024-11-25 00:45:22 -05:00
parent 61fab57a6d
commit edb4215929

View file

@ -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);
}