Basic frontend cleanup.
This commit is contained in:
parent
be09c2457e
commit
d0184c5b6b
5 changed files with 42 additions and 27 deletions
|
|
@ -79,8 +79,6 @@ module.exports.handleConnection = async function(io, socket){
|
|||
//Get active channel
|
||||
var activeChan = activeChannels.get(socket.chan);
|
||||
|
||||
console.log(socket);
|
||||
|
||||
//If we have more than one active connection
|
||||
if(activeChan.userList.get(socket.user.user).length > 1){
|
||||
//temporarily store list of active user sockets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue