remove spammy logging
This commit is contained in:
@@ -201,7 +201,7 @@ export class UserManager
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user