forked from External/grumble
Don't print permissions all the time.
This commit is contained in:
parent
6b042851dc
commit
8821015b3c
1 changed files with 0 additions and 2 deletions
|
|
@ -810,9 +810,7 @@ func (server *Server) sendClientPermissions(client *Client, channel *Channel) {
|
|||
|
||||
// Update cache
|
||||
server.HasPermission(client, channel, EnterPermission)
|
||||
|
||||
perm := server.aclcache.GetPermission(client, channel)
|
||||
server.Printf("Permissions = 0x%x", perm)
|
||||
|
||||
// fixme(mkrautz): Cache which permissions we've already sent.
|
||||
client.sendProtoMessage(MessagePermissionQuery, &mumbleproto.PermissionQuery{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue