remove spammy logging
This commit is contained in:
@@ -201,7 +201,7 @@ export class UserManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.userLogins[data.user.username].connections[socket.port] = socket
|
this.userLogins[data.user.username].connections[socket.port] = socket
|
||||||
getLogger('UserManager#checkConnection').debug(this.userLogins, this.allowed);
|
//getLogger('UserManager#checkConnection').debug(this.userLogins, this.allowed);
|
||||||
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user