Took out debug print statement
This commit is contained in:
parent
61fab57a6d
commit
edb4215929
|
|
@ -51,8 +51,6 @@ module.exports = class{
|
||||||
//await this.sendClientMetadata(userDB, socket);
|
//await this.sendClientMetadata(userDB, socket);
|
||||||
await userObj.sendClientMetadata();
|
await userObj.sendClientMetadata();
|
||||||
|
|
||||||
console.log(userObj);
|
|
||||||
|
|
||||||
//Send out the userlist
|
//Send out the userlist
|
||||||
this.broadcastUserList(socket.chan);
|
this.broadcastUserList(socket.chan);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue